]> git.proxmox.com Git - mirror_qemu.git/commit
hw/display/artist: Fix invalidation of lines in artist_draw_line()
authorSven Schnelle <svens@stackframe.org>
Sat, 8 Aug 2020 19:56:29 +0000 (21:56 +0200)
committerHelge Deller <deller@gmx.de>
Wed, 26 Aug 2020 21:04:00 +0000 (23:04 +0200)
commitf9e9f7149027906785949d49b4e4c9b9ec896203
tree1aecd04888ebe5928731b9e2f5609cdc12bf6569
parente0cf02ce680f11893aca9642e76d6ae68b9375af
hw/display/artist: Fix invalidation of lines in artist_draw_line()

The old code didn't invalidate correctly when vertical lines were drawn.
Fix this and move the invalidation out of the loop.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
hw/display/artist.c