Searched refs:ewmh (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 122 xcb_ewmh_connection_t ewmh; member in struct:_WMInfo 488 cookie = xcb_icccm_get_wm_protocols(conn, iWindow, pWMInfo->ewmh.WM_PROTOCOLS); 1545 atoms_cookie = xcb_ewmh_init_atoms(pWMInfo->conn, &pWMInfo->ewmh); 1546 if (xcb_ewmh_init_atoms_replies(&pWMInfo->ewmh, atoms_cookie, NULL)) { 1553 pWMInfo->ewmh.WM_PROTOCOLS, 1554 pWMInfo->ewmh._NET_SUPPORTED, 1555 pWMInfo->ewmh._NET_SUPPORTING_WM_CHECK, 1556 pWMInfo->ewmh._NET_CLOSE_WINDOW, 1557 pWMInfo->ewmh._NET_WM_WINDOW_TYPE, 1558 pWMInfo->ewmh [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | screen.c | 3374 old_ewmh_mode = xw->work.ewmh[which].mode; 3389 xw->work.ewmh[which].checked[new_ewmh_mode] = True; 3390 xw->work.ewmh[which].allowed[new_ewmh_mode] = True; 3392 xw->work.ewmh[which].checked[new_ewmh_mode] = True; 3393 xw->work.ewmh[which].allowed[new_ewmh_mode] = False; 3394 } else if (!xw->work.ewmh[which].checked[new_ewmh_mode]) { 3395 xw->work.ewmh[which].checked[new_ewmh_mode] = True; 3396 xw->work.ewmh[which].allowed[new_ewmh_mode] = probe_netwm(dpy, newprop); 3399 if (xw->work.ewmh[which].allowed[new_ewmh_mode]) { 3401 if (new_ewmh_mode && !xw->work.ewmh[whic [all...] |
| H A D | scrollbar.c | 178 if (xw->work.ewmh[0].mode) { 192 if (xw->work.ewmh[0].mode) {
|
| H A D | menu.c | 2294 FullScreen(xw, !xw->work.ewmh[WhichEWMH].mode); 2307 handle_vt_toggle(do_fullscreen, xw->work.ewmh[WhichEWMH].mode, 2321 xw->work.ewmh[WhichEWMH].mode);
|
| H A D | ptyx.h | 3385 } ewmh[MAX_EWMH_DATA]; member in struct:_Work
|
| H A D | charproc.c | 12371 if (xw->work.ewmh[0].mode) {
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | build_options.cmake | 108 list(APPEND CTWMSRC ewmh.c ewmh_atoms.c)
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure.ac | 2087 PKG_CHECK_MODULES([XWINMODULES],[xcb-aux xcb-composite xcb-image xcb-ewmh xcb-icccm xcb-xfixes])
|
Completed in 50 milliseconds