diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-14 15:29:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-14 15:29:32 +0100 |
| commit | aaec2471dc7dee11d653ee89f893cc7de2d1a803 (patch) | |
| tree | ba5740906f531c9fee1ab51c5a9fdba90639ff23 /include/System/X11.h | |
| parent | 0e04c6c760dfdce867e002d2ee6aaef7a61ae405 (diff) | |
[CHORE] Update system headers, pre-final changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/System/X11.h')
| -rw-r--r-- | include/System/X11.h | 21 |
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_ + |
