]> git.proxmox.com Git - mirror_qemu.git/commit
sdl2: fix mouse grab
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 2 Feb 2018 12:08:03 +0000 (13:08 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 16 Feb 2018 11:32:35 +0000 (12:32 +0100)
commit8dfa3061ce56d871dc9df1e264f05e7ec2fb50c1
treebf5b9e2e3957bfe72cc825ecdb25dacfcdde9c8e
parent2ab858c6c38ee152299445f2810dbd4c3a0ac7ee
sdl2: fix mouse grab

When qemu mouse mode changes from relative to absolute
we must turn off sdl relative mouse mode too.

Fixes: https://bugs.launchpad.net/qemu/+bug/1703795
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20180202120803.11501-1-kraxel@redhat.com>
ui/sdl2.c