diff options
Diffstat (limited to 'userland/windowserver/ws.h')
-rw-r--r-- | userland/windowserver/ws.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/userland/windowserver/ws.h b/userland/windowserver/ws.h index 9236e01..241c960 100644 --- a/userland/windowserver/ws.h +++ b/userland/windowserver/ws.h @@ -3,6 +3,9 @@ #include <stddef.h> #include <stdint.h> +#define WINDOWSERVER_EVENT_KEYPRESS 0 +#define WINDOWSERVER_EVENT_WINDOW_EXIT 1 + typedef struct { int fd; int bitmap_fd; |