blob: 7adaedbc03130c65cdc006a2190b6046681f02fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
/// @brief NeSystem Header.
#include <ne_system/System/NeSystem.h>
/// @brief Defs of the X11 protocol.
#include <ne_system/System/X11/Imports.h>
/// @brief XDG' extensions of the X11 protocol.
#include <ne_system/System/X11/Ext/Imports.h>
#endif // _SYSTEM_NE_X11_H_
|