Skip to content
Snippets Groups Projects
Commit cd6d78b7 authored by Jindřich Makovička's avatar Jindřich Makovička Committed by Gerd Hoffmann
Browse files

sdl2: Fix dead keyboard after fullsceen


Signed-off-by: default avatarJindrich Makovicka <makovick@gmail.com>
Message-Id: <20171112193032.9724-7-makovick@gmail.com>
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 253347e1
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment