Re: [Qemu-devel] [PATCH 5/8] sdl2 uses surface relative coordinates

2017-11-13 Thread Gerd Hoffmann
On Sun, Nov 12, 2017 at 08:30:29PM +0100, Jindrich Makovicka wrote: > This patch fixes mouse positioning with -device usb-tablet and fullscreen > or resized window. Fails checkpatch too (long lines). Also: can you add a "Fixes: 46522a82236ea0cf9011b89896d2d8f8ddaf2443" line (that is the commit wh

[Qemu-devel] [PATCH 5/8] sdl2 uses surface relative coordinates

2017-11-12 Thread Jindrich Makovicka
This patch fixes mouse positioning with -device usb-tablet and fullscreen or resized window. Signed-off-by: Jindrich Makovicka --- ui/sdl2.c | 28 ++-- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/ui/sdl2.c b/ui/sdl2.c index 677c22282d..51721d764e 100644

[Qemu-devel] [PATCH 5/8] sdl2 uses surface relative coordinates

2017-11-12 Thread Jindrich Makovicka
This patch fixes mouse positioning with -device usb-tablet and fullscreen or resized window. --- ui/sdl2.c | 28 ++-- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/ui/sdl2.c b/ui/sdl2.c index 677c22282d..51721d764e 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@