Searched refs:aboveState (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 1549 static Atom hiddenState, fullscreenState, belowState, aboveState; local in function:winApplyHints 1569 aboveState = XInternAtom(pDisplay, "_NET_WM_STATE_ABOVE", False); 1582 else if (*pAtom == aboveState) *zstyle = HWND_TOPMOST;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 1728 static xcb_atom_t hiddenState, fullscreenState, belowState, aboveState, local in function:winApplyHints 1748 aboveState = intern_atom(conn, "_NET_WM_STATE_ABOVE"); 1770 else if (pAtom[i] == aboveState)
|
Completed in 6 milliseconds