]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk.c
gtk: update mouse position in mouse_set()
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 1 Jul 2014 17:12:45 +0000 (19:12 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 6 May 2015 06:38:05 +0000 (08:38 +0200)
commit1271f7f7c60e0b0a3cc031921008a69dfd53bd34
treede3ba6c612dbcd5f2429fbe4fa3f715e028295bb
parentdc7ff344187db6a94294a87d63cf8332e8ed0e6f
gtk: update mouse position in mouse_set()

Without that the next mouse motion event uses the old position
as base for relative move calculation, giving wrong results and
making your mouse pointer jump around.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c