commit | cd6d78b71843df2cb0a7228b935cfb9833b65c65 | [log] [tgz] |
---|---|---|
author | Jindrich Makovicka <makovick@gmail.com> | Sun Nov 12 20:30:30 2017 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Nov 16 09:57:47 2017 +0100 |
tree | 1b2ef4655f94dcd31d7b52b6980d58c6459bb081 | |
parent | 253347e100a6cd142fc88e26c4b4297410e75ddf [diff] [blame] |
sdl2: Fix dead keyboard after fullsceen Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Message-Id: <20171112193032.9724-7-makovick@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
diff --git a/ui/sdl2.c b/ui/sdl2.c index d0f16f6..cf05214 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c
@@ -442,6 +442,7 @@ sdl2_reset_keys(scon); return; } + sdl2_reset_keys(scon); gui_keysym = 0; } if (!gui_keysym) {