From 198c2111315d15e7fdacfd72aaaa33de87d2f0dc Mon Sep 17 00:00:00 2001 From: Enno Schnackenberg <41478036+Intubun@users.noreply.github.com> Date: Tue, 5 May 2026 13:39:01 +0200 Subject: [PATCH] windows.h: forward-declare GrGlyph for WindAddClient prototype --- windows/windows.h | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/windows.h b/windows/windows.h index 514dcbae..a4a577be 100644 --- a/windows/windows.h +++ b/windows/windows.h @@ -36,6 +36,7 @@ #define SUBPIXEL (1 << SUBPIXELBITS) #define HSUBPIXEL (1 << (SUBPIXELBITS - 1)) +typedef struct GR_GLY2 GrGlyph; /* Forward declaration for WindAddClient */ typedef ClientData WindClient; /* A unique ID of a client of the * window package. The value 'NULL' is * indicates an invalid value.