From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV5R6-0006Os-B1 for qemu-devel@nongnu.org; Tue, 01 Apr 2014 16:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WV5R0-0002VH-GH for qemu-devel@nongnu.org; Tue, 01 Apr 2014 16:37:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV5R0-0002Tb-15 for qemu-devel@nongnu.org; Tue, 01 Apr 2014 16:37:26 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s31KbODS029498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 1 Apr 2014 16:37:25 -0400 From: Cole Robinson Date: Tue, 1 Apr 2014 16:37:09 -0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] sdl2: Fix relative mouse mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , Cole Robinson sdl.c received a fix for relative mouse mode, but it wasn't copied to sdl2.c. Patch #2 uses new SDL2 API to make relative mode behave similar to sdl.c, but I'm not fully confident that it's safe. See patch comments. Also, relative mode is a mess in gtk as well. I started fixing these only to find that patches were already posted: https://lists.gnu.org/archive/html/qemu-devel/2014-02/msg02278.html Cole Robinson (2): input: sdl2: Fix guest_cursor logic input: sdl2: Fix relative mode to match SDL1 behavior ui/sdl2.c | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) -- 1.9.0