summaryrefslogtreecommitdiffhomepage
path: root/include/System/X11+Fwd.h
blob: 4de11934049227a8e1c05af7f21d8149cf917ebc (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 SInt32 WINDOW;
typedef SInt32 CURSOR;
typedef SInt32 FONT;