blob: 5d30d9c2e6f3546d76b11a820182f555803e9e92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// 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 _NE_X11_H_
#define _NE_X11_H_
// 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
|