From aaec2471dc7dee11d653ee89f893cc7de2d1a803 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 14 Mar 2026 15:29:32 +0100 Subject: [CHORE] Update system headers, pre-final changes. Signed-off-by: Amlal El Mahrouss --- include/System/X11.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/System/X11.h (limited to 'include/System/X11.h') 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 + +// Defs of the X11 protocol. +#include + +// XDG' extensions of the X11 protocol. +#include + +#endif // _SYSTEM_NE_X11_H_ + -- cgit v1.2.3