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>
This commit is contained in:
Jindrich Makovicka 2017-11-12 20:30:30 +01:00 committed by Gerd Hoffmann
parent 253347e100
commit cd6d78b718
1 changed files with 1 additions and 0 deletions

View File

@ -442,6 +442,7 @@ static void handle_keyup(SDL_Event *ev)
sdl2_reset_keys(scon);
return;
}
sdl2_reset_keys(scon);
gui_keysym = 0;
}
if (!gui_keysym) {