windows.h: forward-declare GrGlyph for WindAddClient prototype
This commit is contained in:
parent
1c686ead41
commit
198c211131
|
|
@ -36,6 +36,7 @@
|
||||||
#define SUBPIXEL (1 << SUBPIXELBITS)
|
#define SUBPIXEL (1 << SUBPIXELBITS)
|
||||||
#define HSUBPIXEL (1 << (SUBPIXELBITS - 1))
|
#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
|
typedef ClientData WindClient; /* A unique ID of a client of the
|
||||||
* window package. The value 'NULL' is
|
* window package. The value 'NULL' is
|
||||||
* indicates an invalid value.
|
* indicates an invalid value.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue