summaryrefslogtreecommitdiffhomepage
path: root/frameworks/libX11.fwrk/headers
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 09:44:36 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-23 09:44:36 +0100
commit9392f90f768fefb01b555caeb4211ba3e074a743 (patch)
tree3abc3848792ed1b58b1154df48eefbefd9bffe88 /frameworks/libX11.fwrk/headers
parent8c317ab239e71233de0d8783408b39fbd402d456 (diff)
[FEAT] Improve libThread with additional ThrExitThread function, X11 and al versioning.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks/libX11.fwrk/headers')
-rw-r--r--frameworks/libX11.fwrk/headers/Config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frameworks/libX11.fwrk/headers/Config.h b/frameworks/libX11.fwrk/headers/Config.h
index 7466eaf..1207451 100644
--- a/frameworks/libX11.fwrk/headers/Config.h
+++ b/frameworks/libX11.fwrk/headers/Config.h
@@ -8,6 +8,8 @@
#include <libSystem/SystemKit/System.h>
+#define LIBX11_VERSION 0x100000
+
#define _X11_ARRAY_CHECK(PTR) PTR != nullptr
#define _X11_ARRAY_INDEX(ARR, PTR, LEN) ARR[((SInt64) PTR) % LEN]