Merge pull request #98 from Miepee/Linux-Fullscreen

Fix fullscreen garbage on Linux - Fixes #48
pull/100/head
Lojemiru 5 years ago committed by GitHub
commit 2eb85507dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,11 @@
<kind>1</kind>
<string>alarm[0] = 180;
txt = get_text("Title", "ControllerRecommended");
// If on Linux, quickly toggle fullscreen to get rid of GM:S mess. Seemed to be the best place to do that.
if (os_type == os_linux && global.opfullscreen) {
window_set_fullscreen(false);
window_set_fullscreen(true);
}
</string>
</argument>
</arguments>

Loading…
Cancel
Save