MonitorToolDefsExtras.mesa
Last edited by Ken Pier, November 19, 1984 2:59:20 pm PST
DIRECTORY
WindowManager;
MonitorToolDefsExtras: DEFINITIONS = {
Start640Monitor: PUBLIC PROCEDURE [bitsPerPixel: CARDINAL ← 8, pos: WindowManager.ScreenPos ← left];
Start1024Monitor: PUBLIC PROCEDURE [bitsPerPixel: CARDINAL ← 8, pos: WindowManager.ScreenPos ← left];
}.