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

#pragma once

#include <System/Ne.h>

/// @brief This file forward declares X11 types.

typedef uint32_t WINDOW;
typedef uint32_t CURSOR;
typedef uint32_t FONT;