mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
Destroy all remaining windows in a process when it dies.
This commit is contained in:
parent
3a4207b863
commit
5c25f0c4db
7 changed files with 30 additions and 6 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
|
||||
int exec();
|
||||
|
||||
void post_message(WSMessageReceiver* receiver, OwnPtr<WSMessage>&&);
|
||||
void post_message(WSMessageReceiver* receiver, OwnPtr<WSMessage>&&, bool unsafe = false);
|
||||
|
||||
static WSMessageLoop& the();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue