<> <> <> <> <> DIRECTORY MenusPrivate USING [MenuInfo], Process USING [Priority], TIPUser USING [TIPScreenCoords], ViewerClasses USING [Column, NotifyProc, Viewer]; WindowManagerPrivate: CEDAR DEFINITIONS = BEGIN rootViewerTree: ARRAY ViewerClasses.Column OF ViewerClasses.Viewer; <> VMgrPriority: Process.Priority = LOOPHOLE[3]; -- =Process.priorityForeground ProcessWindowResults: ViewerClasses.NotifyProc; DrawCaptionMenu: PROC[v: ViewerClasses.Viewer, guard: BOOL]; windowMenu: MenusPrivate.MenuInfo; growPos: PUBLIC TIPUser.TIPScreenCoords; closePos: PUBLIC TIPUser.TIPScreenCoords; END.