diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-17 07:25:19 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-17 07:26:49 +0100 |
| commit | ea8a2149a1b6a8f5fb2eb6fe84a8ca67287f041c (patch) | |
| tree | 973de17b086cd9903e97c2bee0e106d2ecd3e71e /include/ne_system/System/WindowSystems | |
| parent | fdc0ca8796262d3ffe837301fa6f60f3a94ca38f (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.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> |
