1
0
Эх сурвалжийг харах

add some detail to fullscreen workaround comment; version 6

Conflicts:
	version.txt
Alon Zakai 8 жил өмнө
parent
commit
bec5573476

+ 4 - 1
src/video/emscripten/SDL_emscriptenvideo.c

@@ -77,7 +77,10 @@ Emscripten_CreateDevice(int devindex)
         return (0);
     }
 
-    /* Firefox sends blur event which would otherwise prevent full screen */
+    /* Firefox sends blur event which would otherwise prevent full screen
+     * when the user clicks to allow full screen.
+     * See https://bugzilla.mozilla.org/show_bug.cgi?id=1144964
+    */
     SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
 
     /* Set the function pointers */