-- GraphicsDefs.mesa -- Written by Joe Maleson -- Last changed by Doug Wyatt, April 9, 1981 4:15 PM DIRECTORY BitBltDefs USING [BBoperation, BBsourcetype]; GraphicsDefs: DEFINITIONS = BEGIN Bitmap: TYPE = RECORD [ bank: [0..7], --3 bits for Box (idiotic space optimization) nWords: [0..1777B], nBits,nLines: CARDINAL, nBitsPerPixel: [0..256) _ 1, portraitMode: BOOLEAN _ TRUE, scaleFactor: [0..128) _ 10, bits: POINTER TO ARRAY [0..0) OF CARDINAL ]; Rectangle: TYPE = RECORD [ x1,y1,x2,y2: INTEGER --with x1