mirror of https://github.com/encounter/SDL.git
add some detail to fullscreen workaround comment; version 6
Conflicts: version.txt
This commit is contained in:
parent
405d64b207
commit
bec5573476
|
@ -77,7 +77,10 @@ Emscripten_CreateDevice(int devindex)
|
||||||
return (0);
|
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");
|
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
|
||||||
|
|
||||||
/* Set the function pointers */
|
/* Set the function pointers */
|
||||||
|
|
Loading…
Reference in New Issue