Copyright (C) 1994, Digital Equipment Corp.
by Steve Glassman, Mark Manasse and Greg Nelson
<*PRAGMA LL*> INTERFACEEach 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.PaletteRep ;
IMPORT ScrnPaintOp, ScrnFont, ScrnCursor, ScrnPixmap; VAR noOp: ScrnPaintOp.T; noFont: ScrnFont.T; noCursor: ScrnCursor.T; noPixmap:ScrnPixmap.T; END PaletteRep.