spice: reset cursor on resize
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 8 Dec 2015 16:08:10 +0000 (17:08 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 23 Feb 2016 11:04:39 +0000 (12:04 +0100)
commit58c7b618f3889f53308142403117d5ae24bda9bc
treee17bd2842b8ad3991ee3c26cb398d1d8df9607d4
parent1e3165980c352f90d0f1295bfc4fbfa31193b13f
spice: reset cursor on resize

Spice server will clear the cursor on resize. QXL driver reset it after
resize, however, virtio and other devices do not. Teach qemu to set it
back.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-display.c