]> git.proxmox.com Git - mirror_qemu.git/commit
sdl2: stop flickering
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 12 Jun 2015 10:16:02 +0000 (12:16 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 8 Oct 2015 08:31:35 +0000 (10:31 +0200)
commit136a8d9d444560f71fca89f27475cfeaffa19cf3
tree48d4514676d06dced7511497d8a64935709a3149
parentc046d8284474a0f7763dea849433bde37a69023d
sdl2: stop flickering

Optimizing updates by copying the dirty rectangle
only do not work because of double-buffering.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
ui/sdl2-2d.c