mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
Everywhere: Kill app_event_loop on window close
This commit is contained in:
@@ -19,6 +19,7 @@ U0 @templeos_close_callback(Window* win)
|
||||
Kill(templeos_winmgr_task);
|
||||
Compositor.UnregisterForGlobalInputEvents(win);
|
||||
Compositor.DestroyWindow(win);
|
||||
Kill(app_event_loop);
|
||||
win = NULL;
|
||||
Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user