mbox

[PULL,for-2.0,0/2] sdl2: relative mouse mode fixes

Message ID 1397212816-19891-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-sdl-1

Message

Gerd Hoffmann April 11, 2014, 10:40 a.m. UTC
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(-)

Comments

Peter Maydell April 11, 2014, 1:09 p.m. UTC | #1
On 11 April 2014 11:40, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Two sdl2 fixes for relative mouse mode, by Cole Robinson.
>
> please pull,
>   Gerd

Applied, thanks.
-- PMM