mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
WindowServer: Remove "unsafe" flag in WSMessageLoop::post_event().
This hack is no longer needed now that we have a Finalizer process that can take locks without having to worry about the interrupt flag.
This commit is contained in:
parent
f7b25773ab
commit
26230c0647
3 changed files with 4 additions and 13 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
|
||||
int exec();
|
||||
|
||||
void post_message(WSMessageReceiver* receiver, OwnPtr<WSMessage>&&, bool unsafe = false);
|
||||
void post_message(WSMessageReceiver* receiver, OwnPtr<WSMessage>&&);
|
||||
|
||||
static WSMessageLoop& the();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue