add some detail to fullscreen workaround comment; version 6

Conflicts:
	version.txt
This commit is contained in:
Alon Zakai 2016-09-13 00:03:58 -07:00
parent 405d64b207
commit bec5573476

View file

@ -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 */