From d40bd3572e6263e1a5779ebf985e3bff60c1bdb8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 10 Mar 2026 11:52:02 +0100 Subject: [CHORE] Update include headers of the NeSystem. Signed-off-by: Amlal El Mahrouss --- include/System/X11+Fwd.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'include/System/X11+Fwd.h') diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h index 4de1193..e18136c 100644 --- a/include/System/X11+Fwd.h +++ b/include/System/X11+Fwd.h @@ -4,12 +4,11 @@ #pragma once +// NeSystem Header. #include -/// @brief This file forward declares X11 types. - -typedef SInt32 WINDOW; -typedef SInt32 CURSOR; -typedef SInt32 FONT; - +// Defs of the X11 protocol. +#include +// XDG' extensions of the X11 protocol. +#include -- cgit v1.2.3