diff options
author | Sven Schnelle | 2022-01-23 16:47:47 +0100 |
---|---|---|
committer | Helge Deller | 2022-02-02 18:46:45 +0100 |
commit | d449eee3af37937f788c02ad88f2caa8bbfb19aa (patch) | |
tree | b982aafe81441e7cbf58d794b6d694dc91369832 /python | |
parent | hw/display/artist: Mouse cursor fixes for HP-UX (diff) | |
download | qemu-d449eee3af37937f788c02ad88f2caa8bbfb19aa.tar.gz qemu-d449eee3af37937f788c02ad88f2caa8bbfb19aa.tar.xz qemu-d449eee3af37937f788c02ad88f2caa8bbfb19aa.zip |
hw/display/artist: Fix draw_line() artefacts
The draw_line() function left artefacts on the screen because it was using the
x/y variables which were incremented in the loop before. Fix it by using the
unmodified x1/x2 variables instead.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: qemu-stable@nongnu.org
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions