1
Fork 0
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:
Andreas Kling 2019-02-17 08:58:42 +01:00
parent 9a39c01551
commit f02a490230
3 changed files with 14 additions and 23 deletions

View file

@ -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);