gtk: don't grab input when entering fullscreen.
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 9 Sep 2015 08:14:54 +0000 (10:14 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Sep 2015 10:27:40 +0000 (12:27 +0200)
commit78aee081122837cb488b12657a00deeb676b4730
treec03fa09d217f6836833c1853496c560eeac74c0b
parent1d73cd782fb910811a2e6b9d9b3375c4803d731c
gtk: don't grab input when entering fullscreen.

Kick off all grabbing logic from fullscreen mode.  In the current state
it seems to create more problems than it solves.  Try running qemu/gtk
fullscreen on one head of a multihead host for example ...

There probably was a reason the grab-on-fullscreen logic was added in
the first place.  So please test and report any issues so we can try to
find a sane way to handle it.

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