summaryrefslogtreecommitdiffhomepage
path: root/include/System/X11.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/System/X11.h')
-rw-r--r--include/System/X11.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/System/X11.h b/include/System/X11.h
new file mode 100644
index 0000000..3f4d318
--- /dev/null
+++ b/include/System/X11.h
@@ -0,0 +1,21 @@
+// SPDX-License-Identifier: Apache-2.0
+// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (see LICENSE file)
+// Official repository: https://github.com/ne-foss-org/src
+
+#ifndef _SYSTEM_NE_X11_H_
+#define _SYSTEM_NE_X11_H_
+
+#define _NE_X11_SYSTEM 202603L
+
+// NeSystem Header.
+#include <System/NeSystem.h>
+
+// Defs of the X11 protocol.
+#include <System/X11/Imports.h>
+
+// XDG' extensions of the X11 protocol.
+#include <System/X11/Ext/Imports.h>
+
+#endif // _SYSTEM_NE_X11_H_
+