summaryrefslogtreecommitdiffhomepage
path: root/frameworks/X11.fwrk/headers/Foundation.h
blob: 08807749fe4647f27b36cc6d8e42cd9641e60415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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 <System/X11+Fwd.h>

struct XFCURSOR; // Cursor struct
struct XFDISPLAY; // Display struct
struct XFCONN; // Connection struct

#endif