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:
@@ -62,7 +62,7 @@ int main(int argc, char * argv[])
|
||||
void sigHandler(int signo)
|
||||
{
|
||||
DEBUG_INFO("SIGINT");
|
||||
app_quit();
|
||||
app_quit(LG_HOST_EXIT_USER);
|
||||
}
|
||||
|
||||
bool app_init(void)
|
||||
|
Reference in New Issue
Block a user