Author :
Charlie Birks
Date :
2019-01-29 12:14:33
Hash :80d690a2 Message :Emscripten: reset fullscreen_window when leaving fullscreen
If the browser left fullscreen mode by the user pressing ESC, the next
call to SDL_SetWindowFullscreen(1) will fail as it thinks the window is
already fullscreen. (#65)