summaryrefslogtreecommitdiffhomepage
path: root/include/ne_system/System/WindowSystems
diff options
context:
space:
mode:
Diffstat (limited to 'include/ne_system/System/WindowSystems')
-rw-r--r--include/ne_system/System/WindowSystems/Wayland.h13
-rw-r--r--include/ne_system/System/WindowSystems/X11.h21
2 files changed, 34 insertions, 0 deletions
diff --git a/include/ne_system/System/WindowSystems/Wayland.h b/include/ne_system/System/WindowSystems/Wayland.h
new file mode 100644
index 0000000..2b4afe5
--- /dev/null
+++ b/include/ne_system/System/WindowSystems/Wayland.h
@@ -0,0 +1,13 @@
+// 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_WAYLAND_H_
+#define _SYSTEM_NE_WAYLAND_H_
+
+#define _NE_WAYLAND_SYSTEM 202603L
+
+#include <System/X11+Fwd.h>
+
+#endif // _SYSTEM_NE_WAYLAND_H_ \ No newline at end of file
diff --git a/include/ne_system/System/WindowSystems/X11.h b/include/ne_system/System/WindowSystems/X11.h
new file mode 100644
index 0000000..3f4d318
--- /dev/null
+++ b/include/ne_system/System/WindowSystems/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_
+