ui/src/vbt/PaletteRep.i3


Copyright (C) 1994, Digital Equipment Corp.
 by Steve Glassman, Mark Manasse and Greg Nelson           
<*PRAGMA LL*>

INTERFACE PaletteRep;
Each entry in a palette can be NIL, or a distinguished value to indicate that it is under evaluation. Each palette will be allocated large enough to contain every entry, even if it isn't resolved.

IMPORT ScrnPaintOp, ScrnFont, ScrnCursor, ScrnPixmap;

VAR
  noOp: ScrnPaintOp.T;
  noFont: ScrnFont.T;
  noCursor: ScrnCursor.T;
  noPixmap:ScrnPixmap.T;

END PaletteRep.