mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-21 22:21:26 +00:00
[client] Add win:maximize to maximize on startup
This commit is contained in:
committed by
Geoffrey McRae
parent
9f33043d17
commit
d07aa4b29e
@@ -1055,6 +1055,7 @@ int run()
|
||||
(params.fullscreen ? SDL_WINDOW_FULLSCREEN_DESKTOP : 0) |
|
||||
(params.allowResize ? SDL_WINDOW_RESIZABLE : 0) |
|
||||
(params.borderless ? SDL_WINDOW_BORDERLESS : 0) |
|
||||
(params.maximize ? SDL_WINDOW_MAXIMIZED : 0) |
|
||||
sdlFlags
|
||||
)
|
||||
);
|
||||
@@ -1337,4 +1338,4 @@ int main(int argc, char * argv[])
|
||||
|
||||
config_free();
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user