diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-20 18:17:32 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-20 18:17:32 +0100 |
| commit | b65cf4de1b51178803ed93f47c6275ba77e6d05a (patch) | |
| tree | 01b521ce1df5b6ed502c3559a46d9777231f8496 /frameworks/libX11.fwrk/headers | |
| parent | 04388217a8d008df0bb6ab3bf79b443e583b62d9 (diff) | |
[FEAT] Update X11 and Thread libraries.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks/libX11.fwrk/headers')
| -rw-r--r-- | frameworks/libX11.fwrk/headers/Foundation.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frameworks/libX11.fwrk/headers/Foundation.h b/frameworks/libX11.fwrk/headers/Foundation.h new file mode 100644 index 0000000..ab06dcd --- /dev/null +++ b/frameworks/libX11.fwrk/headers/Foundation.h @@ -0,0 +1,11 @@ +// 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/ne_system + +#ifndef X11_FOUNDATION_H +#define X11_FOUNDATION_H + +#include <ne_system/System/X11.h> + +#endif |
