summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 21:23:21 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-08 21:23:21 +0100
commitb29fe2259ec167e18d0887b4ca6b7c22ef4ed845 (patch)
tree9fe762dd7ccc6aca9238cb10574a03a60e7a1ea0 /include
parent07c21809ce5e0f593ad35b1197836078a53cbc24 (diff)
[CHORE] Update X11+Fwd.h with new types.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/System/X11+Fwd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h
index 47b6097..d8f82cb 100644
--- a/include/System/X11+Fwd.h
+++ b/include/System/X11+Fwd.h
@@ -8,4 +8,8 @@
/// @brief This file forward declares X11 types.
+typedef uint32_t WINDOW;
+typedef uint32_t CURSOR;
+typedef uint32_t FONT;
+