wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / arch / all-mingw32 / hidd / wingdi / wingdi_hidd.h
blobf6fafad6d0c58b1b3f84b3242ff1a948634f3f60
1 /* Semi-public definitions for GDI class */
3 #define GDI_LIBNAME "wingdi.hidd"
5 #define CLID_Hidd_Gfx_WinGDI "hidd.gfx.wingdi"
7 struct GDIBase
9 struct Library library; /* Common library header */
10 ULONG displaynum; /* Next available display number */
11 OOP_Class *gfxclass; /* Display driver class */