summaryrefslogtreecommitdiffhomepage
path: root/include/System/X11+Fwd.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-10 12:06:06 +0100
committerGitHub <noreply@github.com>2026-03-10 12:06:06 +0100
commit3207a534cbb1bbb1a926fc0eecefab2c5541eba8 (patch)
treec95cc94e0f5318415d5dfcd3477c65db071df7b4 /include/System/X11+Fwd.h
parent3030eabdfe1333428eb621a4330a54f83f5d2e7b (diff)
parentb04ea5dfdf87f9ad1004ece99d2a85acc5b44a1e (diff)
Merge pull request #8 from ne-foss-org/ne-system-includes
[CHORE] Update include headers of the NeSystem.
Diffstat (limited to 'include/System/X11+Fwd.h')
-rw-r--r--include/System/X11+Fwd.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h
index 4de1193..e18136c 100644
--- a/include/System/X11+Fwd.h
+++ b/include/System/X11+Fwd.h
@@ -4,12 +4,11 @@
#pragma once
+// NeSystem Header.
#include <System/Ne.h>
-/// @brief This file forward declares X11 types.
-
-typedef SInt32 WINDOW;
-typedef SInt32 CURSOR;
-typedef SInt32 FONT;
-
+// Defs of the X11 protocol.
+#include <System/X11/Imports.h>
+// XDG' extensions of the X11 protocol.
+#include <System/X11/Ext/Imports.h>