mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-09 01:06:11 +00:00
WindowServer: Add WSClientConnection class to manage an individual client.
This makes both object lifetimes and object ID's a lot easier to understand.
This commit is contained in:
@@ -20,6 +20,7 @@ void Process::destroy_all_windows()
|
||||
{
|
||||
if (!WSMessageLoop::the().running())
|
||||
return;
|
||||
dbgprintf("Sending death notification for client_id %d\n", gui_client_id());
|
||||
WSMessageLoop::the().notify_client_died(gui_client_id());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user