Global variables and data structures W_FORM W_MENU
Programming guideline of WinDom

W_GRAFPORT

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.