windows.h: forward-declare GrGlyph for WindAddClient prototype

This commit is contained in:
Enno Schnackenberg 2026-05-05 13:39:01 +02:00
parent 1c686ead41
commit 198c211131
1 changed files with 1 additions and 0 deletions

View File

@ -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.