[client] main: make activation requests optional

This commit is contained in:
Geoffrey McRae
2023-09-13 14:07:42 +10:00
parent 82607a7d6f
commit 9cadb64942
3 changed files with 34 additions and 23 deletions

View File

@@ -201,6 +201,7 @@ struct AppParams
const char * uiFont;
int uiSize;
bool jitRender;
bool requestActivation;
unsigned int cursorPollInterval;
unsigned int framePollInterval;