<> <> <> <> DIRECTORY MenusPrivate USING [ViewerMenus], Process USING [Priority], TIPUser USING [TIPScreenCoords], ViewerClasses USING [Column, Viewer]; WindowManagerPrivate: CEDAR DEFINITIONS = BEGIN rootViewerTree: ARRAY ViewerClasses.Column OF ViewerClasses.Viewer; -- the current displayed tree, duplicated for each virtual desktop VMgrPriority: Process.Priority = LOOPHOLE[3]; -- =Process.priorityForeground ProcessWindowResults: PROC [self: ViewerClasses.Viewer, input: LIST OF REF ANY] ; DrawCaptionMenu: PROC [v: ViewerClasses.Viewer, guard: BOOL] ; windowMenus: MenusPrivate.ViewerMenus; growPos: PUBLIC TIPUser.TIPScreenCoords; closePos: PUBLIC TIPUser.TIPScreenCoords; END.