1.1 --- a/src/video/emscripten/SDL_emscriptenvideo.c Tue Sep 13 00:03:56 2016 -0700
1.2 +++ b/src/video/emscripten/SDL_emscriptenvideo.c Tue Sep 13 00:03:58 2016 -0700
1.3 @@ -77,7 +77,10 @@
1.4 return (0);
1.5 }
1.6
1.7 - /* Firefox sends blur event which would otherwise prevent full screen */
1.8 + /* Firefox sends blur event which would otherwise prevent full screen
1.9 + * when the user clicks to allow full screen.
1.10 + * See https://bugzilla.mozilla.org/show_bug.cgi?id=1144964
1.11 + */
1.12 SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
1.13
1.14 /* Set the function pointers */