ImagerFrameBuffer.mesa
Michael Plass, September 30, 1983 1:48 pm
DIRECTORY ImagerPixelMaps;
ImagerFrameBuffer: DEFINITIONS ~ BEGIN
LFDisplay: PROC RETURNS [ImagerPixelMaps.PixelMap];
ColorDisplay8: PROC RETURNS [colorDisplay: ImagerPixelMaps.PixelMap];
ColorDisplayError: ERROR [reason: ATOM];
END.