[windows] Support Startup hook

This commit is contained in:
Lea Anthony
2021-05-01 07:38:30 +10:00
parent df32393215
commit 4acb3f83bf
2 changed files with 18 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ struct Application{
LONG maxWidth;
LONG maxHeight;
int frame;
char *startupURL;
// placeholders
char* bindings;