diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-22 11:37:22 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-22 11:37:22 +0100 |
| commit | 16a70270c3edb8bba61c86541e74c9a2d6a9e76e (patch) | |
| tree | 16a8244afefe0e1eea94267fa1c4d6ddef199280 /frameworks/libX11.fwrk/src/X11Connection.cpp | |
| parent | 59b25ed4f5628a3414e0f0a3b55bd239a161ffae (diff) | |
[CHORE] Update kernel module and X11 files additions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks/libX11.fwrk/src/X11Connection.cpp')
| -rw-r--r-- | frameworks/libX11.fwrk/src/X11Connection.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frameworks/libX11.fwrk/src/X11Connection.cpp b/frameworks/libX11.fwrk/src/X11Connection.cpp new file mode 100644 index 0000000..ad4f054 --- /dev/null +++ b/frameworks/libX11.fwrk/src/X11Connection.cpp @@ -0,0 +1,7 @@ +// 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 + +#include <libSystem/SystemKit/System.h> + |
