typedef struct _grafport{
INT16 handle; /* VDI virtual workstation handle */
W_COLOR *palette; /* Color palette of the workstation */
} W_GRAFPORT;
Remember in WinDom each window has its own VDI workstation. The
desktop has its own VDI workstation too.