summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--frameworks/X11.fwrk/headers/Foundation.h6
-rw-r--r--include/ne_system/System/WindowSystems/X11.h7
2 files changed, 8 insertions, 5 deletions
diff --git a/frameworks/X11.fwrk/headers/Foundation.h b/frameworks/X11.fwrk/headers/Foundation.h
index 0880774..ab06dcd 100644
--- a/frameworks/X11.fwrk/headers/Foundation.h
+++ b/frameworks/X11.fwrk/headers/Foundation.h
@@ -6,10 +6,6 @@
#ifndef X11_FOUNDATION_H
#define X11_FOUNDATION_H
-#include <System/X11+Fwd.h>
-
-struct XFCURSOR; // Cursor struct
-struct XFDISPLAY; // Display struct
-struct XFCONN; // Connection struct
+#include <ne_system/System/X11.h>
#endif
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>