Skip to content

Commit

Permalink
add some detail to fullscreen workaround comment; version 6
Browse files Browse the repository at this point in the history
Conflicts:
	version.txt
  • Loading branch information
kripken committed Sep 13, 2016
1 parent 405d64b commit bec5573
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/video/emscripten/SDL_emscriptenvideo.c
Expand Up @@ -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 */
Expand Down

0 comments on commit bec5573

Please sign in to comment.