diff options
Diffstat (limited to 'include/ne_system/System/WindowSystems/Wayland.h')
| -rw-r--r-- | include/ne_system/System/WindowSystems/Wayland.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/ne_system/System/WindowSystems/Wayland.h b/include/ne_system/System/WindowSystems/Wayland.h new file mode 100644 index 0000000..2b4afe5 --- /dev/null +++ b/include/ne_system/System/WindowSystems/Wayland.h @@ -0,0 +1,13 @@ +// 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_WAYLAND_H_ +#define _SYSTEM_NE_WAYLAND_H_ + +#define _NE_WAYLAND_SYSTEM 202603L + +#include <System/X11+Fwd.h> + +#endif // _SYSTEM_NE_WAYLAND_H_
\ No newline at end of file |
