// 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 struct XFCURSOR; // Cursor struct struct XFDISPLAY; // Display struct struct XFCONN; // Connection struct #endif