diff options
author | Mateusz Tomaszkiewicz <silentdemon@gmail.com> | 2013-06-26 00:47:13 +0200 |
---|---|---|
committer | Mateusz Tomaszkiewicz <silentdemon@gmail.com> | 2013-06-26 00:47:13 +0200 |
commit | d3d561535b5a170989cac86b90831002d1bfe73d (patch) | |
tree | 2af99f9dd463cbe351d6e80ad3cdbe1da2f3dfa4 /include/gqueue | |
parent | 8c3f23f606e9553b84e21f52ab9b2eea883f4ecf (diff) | |
download | uGFX-d3d561535b5a170989cac86b90831002d1bfe73d.tar.gz uGFX-d3d561535b5a170989cac86b90831002d1bfe73d.tar.bz2 uGFX-d3d561535b5a170989cac86b90831002d1bfe73d.zip |
gdisp: fixed bug in line drawing function
There was a problem when you drew a line from (x0,y0) to (x1,y1) and
these points met following conditions: y0 = y1 and x0 > x1. The viewport
was set incorrectly to start from (x0,y1) when it should start from
(x1,y0) since x1 is lower in this case.
(x1,y1) would be also OK since y0 = y1.
Diffstat (limited to 'include/gqueue')
0 files changed, 0 insertions, 0 deletions