From e28ea65105c4afd3a3dea7d050b392565d15120d Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 17 Feb 2021 22:13:59 +0100 Subject: Started GUI rewrite It's a mess right now.. --- libc/inc/sys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/inc/sys.h') diff --git a/libc/inc/sys.h b/libc/inc/sys.h index aead212..be4352f 100644 --- a/libc/inc/sys.h +++ b/libc/inc/sys.h @@ -29,13 +29,13 @@ enum sys { }; struct event_keyboard { - int magic; + u32 magic; int press; int scancode; }; struct event_mouse { - int magic; + u32 magic; int diff_x; int diff_y; int but1; -- cgit v1.2.3