mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
WindowServer: Get rid of unnecessary messaging indirection.
This commit is contained in:
parent
9a39c01551
commit
f02a490230
3 changed files with 14 additions and 23 deletions
|
@ -26,7 +26,6 @@ public:
|
|||
int start_timer(int ms, Function<void()>&&);
|
||||
int stop_timer(int timer_id);
|
||||
|
||||
void post_message_to_client(int client_id, const WSAPI_ServerMessage&);
|
||||
void on_receive_from_client(int client_id, const WSAPI_ClientMessage&);
|
||||
|
||||
void notify_client_disconnected(int client_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue