]> Git Repo - qemu.git/commit - ui/gtk.c
Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab
authorDaniel P. Berrange <[email protected]>
Mon, 25 Feb 2013 15:20:37 +0000 (15:20 +0000)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Message-id: 1361805646[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
ui/gtk.c
This page took 0.024803 seconds and 4 git commands to generate.