mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] windows: handle graceful shutdown on user switch
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
int app_main(int argc, char * argv[]);
|
||||
bool app_init(void);
|
||||
void app_shutdown(void);
|
||||
void app_quit(void);
|
||||
void app_quit(int exitcode);
|
||||
|
||||
// these must be implemented for each OS
|
||||
const char * os_getExecutable(void);
|
||||
|
Reference in New Issue
Block a user