Re: [Qemu-devel] [PULL 7/7] gtk: Don't warp absolute pointer

2014-03-16 Thread Dave Airlie
On Thu, Mar 13, 2014 at 8:46 PM, Gerd Hoffmann wrote: > From: Cole Robinson Wierd I wrote and submitted these months ago, and they were promptly ignored, Glad you had to find bugs all over again an reinvent the wheel, Dave. > > This matches the behavior of SDL, and makes the mouse usable when

[Qemu-devel] [PULL 7/7] gtk: Don't warp absolute pointer

2014-03-13 Thread Gerd Hoffmann
From: Cole Robinson This matches the behavior of SDL, and makes the mouse usable when using -display gtk -vga qxl https://bugzilla.redhat.com/show_bug.cgi?id=1051724 Signed-off-by: Cole Robinson Signed-off-by: Gerd Hoffmann --- ui/gtk.c | 8 1 file changed, 8 insertions(+) diff --gi