Home
last modified time | relevance | path

Searched refs:inputScreenWindow (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmWinList.c141 windowChanges.sibling = pSD->inputScreenWindow;
2196 if (pSD->managed && pSD->inputScreenWindow == 0) in SetupSystemModalState()
2227 pSD->inputScreenWindow = in SetupSystemModalState()
2240 XMapRaised (DISPLAY, pSD->inputScreenWindow); in SetupSystemModalState()
2270 XConfigureWindow (DISPLAY, ACTIVE_PSD->inputScreenWindow, in SetupSystemModalState()
2273 XMapWindow (DISPLAY, ACTIVE_PSD->inputScreenWindow); in SetupSystemModalState()
2321 XUnmapWindow (DISPLAY, wmGD.Screens[scr].inputScreenWindow); in UndoSystemModalState()
H A DWmCEvent.c554 else if (pEvent->xany.window == ACTIVE_PSD->inputScreenWindow) in HandleEventsOnSpecialWindows()
H A DWmGlobal.h1309 Window inputScreenWindow; member
H A DWmInitWs.c1347 pSD->inputScreenWindow = (Window)NULL; in InitWmScreen()