Owlboy
Ripster Jan 28, 2017 @ 10:44am
Borderless Fullscreen
When the game loses focus in fullscreen it minimizes. Can a borderless fullscreen option be added or at least allow the window to be freely resized so that I can use a script to remove the window border and force it fullscreen on linux?
< >
Showing 1-4 of 4 comments
flibitijibibo  [developer] Jan 28, 2017 @ 12:47pm 
Set SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 and it should stop minimizing on alt-tabs. This will also apply for other SDL titles, including those using FNA (like Owlboy).
Ripster Jan 28, 2017 @ 12:50pm 
I have that set but the game goes back into a window when it loses focus. Granted it does regain fullscreen after gaining focus again.
flibitijibibo  [developer] Jan 28, 2017 @ 12:54pm 
That's by design at the moment, as a "safety" measure:

https://github.com/FNA-XNA/FNA/blob/master/src/FNAPlatform/SDL2_FNAPlatform.cs#L649

I haven't gone through all the WMs to check if this is needed anymore, but back when we first wrote this it was required to prevent random breakage. If you want you can self-build FNA with this stuff commented out and replace our FNA.dll, as there aren't any game-specific patches used for Owlboy.
Ripster Jan 28, 2017 @ 1:36pm 
Ah, that worked great! Thank you! :)
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Jan 28, 2017 @ 10:44am
Posts: 4