mirror of
https://github.com/encounter/SDL.git
synced 2025-07-07 05:35:58 +00:00
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)