Re: [Qemu-devel] [PATCH] gtk: Keep the pointer within window during input grab

2014-04-11 Thread Cole Robinson
On 04/11/2014 09:28 AM, Takashi Iwai wrote: > At Fri, 11 Apr 2014 15:07:34 +0200, > Gerd Hoffmann wrote: > >> On Di, 2014-04-08 at 14:46 +0200, Takashi Iwai wrote: >>> The current code shows annoying behavior where the X pointer can move >>> out of the window during the input grab in the absolute

Re: [Qemu-devel] [PATCH] gtk: Keep the pointer within window during input grab

2014-04-11 Thread Takashi Iwai
At Fri, 11 Apr 2014 15:07:34 +0200, Gerd Hoffmann wrote: > On Di, 2014-04-08 at 14:46 +0200, Takashi Iwai wrote: > > The current code shows annoying behavior where the X pointer can move > > out of the window during the input grab in the absolute mode. Due to > > this, the pointer in qemu window

Re: [Qemu-devel] [PATCH] gtk: Keep the pointer within window during input grab

2014-04-11 Thread Gerd Hoffmann
On Di, 2014-04-08 at 14:46 +0200, Takashi Iwai wrote: > The current code shows annoying behavior where the X pointer can move > out of the window during the input grab in the absolute mode. Due to > this, the pointer in qemu window looks as if frozen until the real > (invisible) X pointer comes ba

Re: [Qemu-devel] [PATCH] gtk: Keep the pointer within window during input grab

2014-04-08 Thread Cole Robinson
On 04/08/2014 08:46 AM, Takashi Iwai wrote: > The current code shows annoying behavior where the X pointer can move > out of the window during the input grab in the absolute mode. Due to > this, the pointer in qemu window looks as if frozen until the real > (invisible) X pointer comes back to the

[Qemu-devel] [PATCH] gtk: Keep the pointer within window during input grab

2014-04-08 Thread Takashi Iwai
The current code shows annoying behavior where the X pointer can move out of the window during the input grab in the absolute mode. Due to this, the pointer in qemu window looks as if frozen until the real (invisible) X pointer comes back to the window again. For avoiding such an unexpected lag,