From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYYsu-0006Oq-T4 for qemu-devel@nongnu.org; Fri, 11 Apr 2014 06:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYYsq-00067i-2L for qemu-devel@nongnu.org; Fri, 11 Apr 2014 06:40:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYYsp-00067X-Pu for qemu-devel@nongnu.org; Fri, 11 Apr 2014 06:40:31 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3BAeU4u002853 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 11 Apr 2014 06:40:30 -0400 From: Gerd Hoffmann Date: Fri, 11 Apr 2014 12:40:14 +0200 Message-Id: <1397212816-19891-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.0 0/2] sdl2: relative mouse mode fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two sdl2 fixes for relative mouse mode, by Cole Robinson. please pull, Gerd The following changes since commit f516a5cc051db6e999e9e60dc968dcb5aeffe11f: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-04-10 23:07:56 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-sdl-1 for you to fetch changes up to 2d968ffbae6b7899064f9f86f8508d9c19021e39: input: sdl2: Fix relative mode to match SDL1 behavior (2014-04-11 12:19:16 +0200) ---------------------------------------------------------------- sdl2 relative mouse mode fixes. ---------------------------------------------------------------- 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(-)