[client] Add win:maximize to maximize on startup

This commit is contained in:
Jonathan (JJRcop) Rubenstein
2019-05-26 02:30:24 -04:00
committed by Geoffrey McRae
parent 9f33043d17
commit d07aa4b29e
5 changed files with 16 additions and 4 deletions

View File

@@ -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;