summaryrefslogtreecommitdiffhomepage
path: root/include/ne_system/System/WindowSystems
diff options
context:
space:
mode:
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>