diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ne_system/System/WindowSystems/X11.h | 7 |
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> |
