mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-26 22:50:10 +00:00
[client] Add win:maximize to maximize on startup
This commit is contained in:
committed by
Geoffrey McRae
parent
9f33043d17
commit
d07aa4b29e
@@ -80,6 +80,7 @@ struct AppParams
|
||||
bool keepAspect;
|
||||
bool borderless;
|
||||
bool fullscreen;
|
||||
bool maximize;
|
||||
bool center;
|
||||
int x, y;
|
||||
unsigned int w, h;
|
||||
@@ -127,4 +128,4 @@ struct KeybindHandle
|
||||
|
||||
// forwards
|
||||
extern struct AppState state;
|
||||
extern struct AppParams params;
|
||||
extern struct AppParams params;
|
||||
|
||||
Reference in New Issue
Block a user