summaryrefslogtreecommitdiffhomepage
path: root/frameworks/libX11.fwrk/headers/Config.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 16:39:18 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 16:39:18 +0100
commit77740bb4e451500957e7f27348d25456903dc60a (patch)
treedef84fd09d73f8eb1bc17f0d3888dcd675c80d5c /frameworks/libX11.fwrk/headers/Config.h
parent29b482a719cc76df5a516ea24c076812cbbcfd4f (diff)
[FEAT] libX11: Working on the X11ConnMgr to manage clients connection for a X11 server.x11-conn-mgr
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks/libX11.fwrk/headers/Config.h')
-rw-r--r--frameworks/libX11.fwrk/headers/Config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/frameworks/libX11.fwrk/headers/Config.h b/frameworks/libX11.fwrk/headers/Config.h
new file mode 100644
index 0000000..7056070
--- /dev/null
+++ b/frameworks/libX11.fwrk/headers/Config.h
@@ -0,0 +1,11 @@
+// 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/ne_system
+
+#ifndef X11_FOUNDATION_H
+#define X11_FOUNDATION_H
+
+#include <X11/Xlib.h>
+
+#endif