mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
WindowServer: Convert entire API to be message-based.
One big step towards userspace WindowServer. :^)
This commit is contained in:
parent
ef4e9860fd
commit
f529b845ec
25 changed files with 508 additions and 625 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
ssize_t on_receive_from_client(int client_id, const byte*, size_t);
|
||||
|
||||
static Process* process_from_client_id(int client_id);
|
||||
void notify_client_died(int client_id);
|
||||
|
||||
private:
|
||||
void wait_for_message();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue