From b29fe2259ec167e18d0887b4ca6b7c22ef4ed845 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 8 Mar 2026 21:23:21 +0100 Subject: [CHORE] Update X11+Fwd.h with new types. Signed-off-by: Amlal El Mahrouss --- include/System/X11+Fwd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h index 47b6097..d8f82cb 100644 --- a/include/System/X11+Fwd.h +++ b/include/System/X11+Fwd.h @@ -8,4 +8,8 @@ /// @brief This file forward declares X11 types. +typedef uint32_t WINDOW; +typedef uint32_t CURSOR; +typedef uint32_t FONT; + -- cgit v1.2.3