<> <> <> <<>> DIRECTORY Cursors USING [CursorType]; WindowManager: CEDAR DEFINITIONS = BEGIN WaitCursor: PROC [cursor: Cursors.CursorType _ hourGlass]; <> UnWaitCursor: PROC ; <> waitCount: INTEGER ; <> RestoreCursor: PROC ; <> StartColorViewers: PROC [screenPos: ScreenPos, bitsPerPixel: CARDINAL] ; <> ScreenPos: TYPE = {left, right} ; StopColorViewers: PROC ; <> colorDisplayOn: READONLY BOOL; -- color display status END.