summaryrefslogtreecommitdiffhomepage
path: root/include/System/X11+Fwd.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 21:29:41 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 21:29:41 +0100
commit6d963355f2db77f88fcd65acd338a6a6cadbc77f (patch)
tree2ae4fc18a88c053ee062f9ac8ef87ce3deefe875 /include/System/X11+Fwd.h
parentb29fe2259ec167e18d0887b4ca6b7c22ef4ed845 (diff)
[FIX] Use NeKernel types for X11+Fwd.h.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/System/X11+Fwd.h')
-rw-r--r--include/System/X11+Fwd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h
index d8f82cb..4de1193 100644
--- a/include/System/X11+Fwd.h
+++ b/include/System/X11+Fwd.h
@@ -8,8 +8,8 @@
/// @brief This file forward declares X11 types.
-typedef uint32_t WINDOW;
-typedef uint32_t CURSOR;
-typedef uint32_t FONT;
+typedef SInt32 WINDOW;
+typedef SInt32 CURSOR;
+typedef SInt32 FONT;