Re: [Qemu-devel] [PATCH 5/6] gtk: don't grab input when entering fullscreen.

2015-09-09 Thread Marc-André Lureau
hi On Wed, Sep 9, 2015 at 11:28 AM, Gerd Hoffmann wrote: > Kick off all grabbing logic from fullscreen mode. In the current state > it seems to create more problems than it solves though. Try running > qemu/gtk fullscreen on one head of a multihead host for example ... > > There probably was a

[Qemu-devel] [PATCH 5/6] gtk: don't grab input when entering fullscreen.

2015-09-09 Thread Gerd Hoffmann
Kick off all grabbing logic from fullscreen mode. In the current state it seems to create more problems than it solves though. 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. S