WindowServer: Convert entire API to be message-based.

One big step towards userspace WindowServer. :^)
This commit is contained in:
Andreas Kling 2019-02-14 01:21:32 +01:00
commit f529b845ec
Notes: sideshowbarker 2024-07-19 15:45:25 +09:00
25 changed files with 508 additions and 625 deletions

View file

@ -11,7 +11,6 @@
#include <LibC/string.h>
#include <LibC/time.h>
#include <LibC/sys/select.h>
#include <LibC/gui.h>
#include <errno.h>
#include <string.h>