Re: [Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-08 Thread Takashi Iwai
At Tue, 8 Apr 2014 11:57:19 +0300, Michael S. Tsirkin wrote: > > On Tue, Apr 08, 2014 at 10:49:57AM +0200, Gerd Hoffmann wrote: > > On Di, 2014-04-08 at 11:11 +0300, Michael S. Tsirkin wrote: > > > On Tue, Apr 08, 2014 at 08:25:34AM +0200, Gerd Hoffmann wrote: > > > > On Mo, 2014-04-07 at 23:38 +0

Re: [Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-08 Thread Gerd Hoffmann
On Di, 2014-04-08 at 11:11 +0300, Michael S. Tsirkin wrote: > On Tue, Apr 08, 2014 at 08:25:34AM +0200, Gerd Hoffmann wrote: > > On Mo, 2014-04-07 at 23:38 +0300, Michael S. Tsirkin wrote: > > > On Mon, Apr 07, 2014 at 10:07:43AM +0200, Gerd Hoffmann wrote: > > > > On Fr, 2014-04-04 at 12:41 +0200,

Re: [Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-08 Thread Michael S. Tsirkin
On Tue, Apr 08, 2014 at 10:49:57AM +0200, Gerd Hoffmann wrote: > On Di, 2014-04-08 at 11:11 +0300, Michael S. Tsirkin wrote: > > On Tue, Apr 08, 2014 at 08:25:34AM +0200, Gerd Hoffmann wrote: > > > On Mo, 2014-04-07 at 23:38 +0300, Michael S. Tsirkin wrote: > > > > On Mon, Apr 07, 2014 at 10:07:43A

Re: [Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-08 Thread Michael S. Tsirkin
On Tue, Apr 08, 2014 at 08:25:34AM +0200, Gerd Hoffmann wrote: > On Mo, 2014-04-07 at 23:38 +0300, Michael S. Tsirkin wrote: > > On Mon, Apr 07, 2014 at 10:07:43AM +0200, Gerd Hoffmann wrote: > > > On Fr, 2014-04-04 at 12:41 +0200, Takashi Iwai wrote: > > > > I simply like it better, you don't? :)

Re: [Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-07 Thread Gerd Hoffmann
On Mo, 2014-04-07 at 23:38 +0300, Michael S. Tsirkin wrote: > On Mon, Apr 07, 2014 at 10:07:43AM +0200, Gerd Hoffmann wrote: > > On Fr, 2014-04-04 at 12:41 +0200, Takashi Iwai wrote: > > > I simply like it better, you don't? :) > > > > I still think we should make this simply depend on absolute/re

Re: [Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-07 Thread Michael S. Tsirkin
On Mon, Apr 07, 2014 at 10:07:43AM +0200, Gerd Hoffmann wrote: > On Fr, 2014-04-04 at 12:41 +0200, Takashi Iwai wrote: > > I simply like it better, you don't? :) > > I still think we should make this simply depend on absolute/relative > pointer mode instead of asking the user to switch it manually

Re: [Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-07 Thread Takashi Iwai
At Mon, 07 Apr 2014 10:07:43 +0200, Gerd Hoffmann wrote: > > On Fr, 2014-04-04 at 12:41 +0200, Takashi Iwai wrote: > > I simply like it better, you don't? :) > > I still think we should make this simply depend on absolute/relative > pointer mode instead of asking the user to switch it manually.

Re: [Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-07 Thread Gerd Hoffmann
On Fr, 2014-04-04 at 12:41 +0200, Takashi Iwai wrote: > I simply like it better, you don't? :) I still think we should make this simply depend on absolute/relative pointer mode instead of asking the user to switch it manually. I'll quickly go put patches 1-3 into a 2.0 pull request, so debating p

[Qemu-devel] [PATCH v3 4/4] gtk: Add "Grab On Click" option

2014-04-04 Thread Takashi Iwai
I simply like it better, you don't? :) Signed-off-by: Takashi Iwai --- ui/gtk.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/ui/gtk.c b/ui/gtk.c index 6668bd8226d5..4427d9f6c1e9 100644 --- a/ui/gtk.c +++ b/ui/gtk.c @@ -141,6 +141,7 @@ typedef struct GtkDisplayState G