DIRECTORY BitBltDefs: FROM "BitBltDefs"; 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