summaryrefslogtreecommitdiffhomepage
path: root/include/ne_system/System/WindowSystems/X11.h
blob: 3f4d318fe0e4120f19258d5c23e4de3871b35c52 (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

// 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_