]> git.proxmox.com Git - mirror_qemu.git/commit
Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Feb 2013 15:20:37 +0000 (15:20 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Feb 2013 19:29:51 +0000 (13:29 -0600)
commit2a05485d72504ed92ce91dffd1f5867974c47ff0
treea7d6462b02bf09f8e34857e814a5c5fdc3de26fa
parent655199da197d2c3407d4bc937c9d3d3ac4551764
Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab

On GTK3 there is support for multiple pointer devices, so
rather than using  gdk_pointer_grab / gdk_pointer_ungrab
we should iterate over all devices, grabbing each one in
turn

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