summaryrefslogtreecommitdiffhomepage
path: root/include/ne_system/System/WindowSystems
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-17 07:25:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-17 07:26:49 +0100
commitea8a2149a1b6a8f5fb2eb6fe84a8ca67287f041c (patch)
tree973de17b086cd9903e97c2bee0e106d2ecd3e71e /include/ne_system/System/WindowSystems
parentfdc0ca8796262d3ffe837301fa6f60f3a94ca38f (diff)
[CHORE] Adding new types and fix X11 foundation header.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ne_system/System/WindowSystems')
-rw-r--r--include/ne_system/System/WindowSystems/X11.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ne_system/System/WindowSystems/X11.h b/include/ne_system/System/WindowSystems/X11.h
index 7adaedb..718b29e 100644
--- a/include/ne_system/System/WindowSystems/X11.h
+++ b/include/ne_system/System/WindowSystems/X11.h
@@ -8,6 +8,13 @@
#define _NE_X11_SYSTEM 202603L
+struct XFCURSOR; // Cursor struct
+struct XFDISPLAY; // Display struct
+struct XFCONN; // Connection struct
+
+typedef struct XFCURSOR* XcursorImage;
+typedef struct XFCURSOR** XcursorCursors;
+
/// @brief NeSystem Header.
#include <ne_system/System/NeSystem.h>