Searched refs:fullscreenState (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 1567 fullscreenState = XInternAtom(pDisplay, "_NET_WM_STATE_FULLSCREEN", False); 1580 else if (*pAtom == fullscreenState) maxmin |= HINT_MAX;
|
| /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 1746 fullscreenState = intern_atom(conn, "_NET_WM_STATE_FULLSCREEN"); 1766 else if (pAtom[i] == fullscreenState)
|
Completed in 6 milliseconds