]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk.c
Conditionalize use of gdk_display_warp_pointer
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Feb 2013 15:20:40 +0000 (15:20 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Feb 2013 19:29:52 +0000 (13:29 -0600)
commit8906de769be0978fed31a0341d0a5829a4ef7ecf
tree26cfa6b00b873e265d54ed881977ca7414161744
parent530daf82c129c2a8a6fa757b3ef5a21f1f50f66a
Conditionalize use of gdk_display_warp_pointer

In GTK3 the gdk_display_warp_pointer method is deprecated.
Instead we should use gdk_device_warp on the GdkDevice
instead associated with the event being processed.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1361805646-6425-8-git-send-email-berrange@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
ui/gtk.c