| /xsrc/external/mit/libX11/dist/src/ |
| GetWMCMapW.c | 74 XA_WINDOW, &actual_type, &actual_format, 79 if (actual_type != XA_WINDOW || actual_format != 32) {
|
| SetWMCMapW.c | 71 XChangeProperty (dpy, w, prop, XA_WINDOW, 32,
|
| GetHints.c | 280 XA_WINDOW, 287 if ( (actual_type == XA_WINDOW) && (actual_format == 32) &&
|
| SetHints.c | 290 return XChangeProperty(dpy, w, XA_WM_TRANSIENT_FOR, XA_WINDOW, 32,
|
| /xsrc/external/mit/transset/dist/ |
| clientwin.c | 136 XA_WINDOW, &type_ret, &format_ret, &num_ret, 140 if (prop_ret && type_ret == XA_WINDOW && format_ret == 32) {
|
| /xsrc/external/mit/xprop/dist/ |
| clientwin.c | 136 XA_WINDOW, &type_ret, &format_ret, &num_ret, 140 if (prop_ret && type_ret == XA_WINDOW && format_ret == 32) {
|
| xprop.c | 399 {"WINDOW", XA_WINDOW, "32x", ": window id # $0+\n" },
|
| /xsrc/external/mit/xwd/dist/ |
| clientwin.c | 136 XA_WINDOW, &type_ret, &format_ret, &num_ret, 140 if (prop_ret && type_ret == XA_WINDOW && format_ret == 32) {
|
| /xsrc/external/mit/libXt/dist/src/ |
| SetWMCW.c | 148 xa_wm_colormap_windows, XA_WINDOW, 32,
|
| Shell.c | 1568 XA_WINDOW, 32, PropModeReplace, 2452 XA_WINDOW, 32, PropModeReplace,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| Xatom.h | 41 #define XA_WINDOW ((Atom) 33)
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| initatoms.c | 81 if (MakeAtom("WINDOW", 6, 1) != XA_WINDOW)
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| initatoms.c | 48 if (MakeAtom("WINDOW", 6, 1) != XA_WINDOW) AtomError();
|
| /xsrc/external/mit/ctwm/dist/ |
| captive.c | 143 && actual_type == XA_WINDOW && actual_format == 32 && 409 XChangeProperty(dpy, root, XA_WM_CTWM_ROOT_our_name, XA_WINDOW, 32, 511 XChangeProperty(dpy, frame, XA_WM_CTWM_ROOT, XA_WINDOW, 32, 532 False, XA_WINDOW, &actual_type, &actual_format, &len,
|
| ewmh.c | 356 XA__NET_SUPPORTING_WM_CHECK, XA_WINDOW, 371 XA__NET_SUPPORTING_WM_CHECK, XA_WINDOW, 494 XA__NET_VIRTUAL_ROOTS, XA_WINDOW, 1732 XChangeProperty(dpy, Scr->Root, XA__NET_CLIENT_LIST, XA_WINDOW, 32, 1770 XChangeProperty(dpy, Scr->Root, XA__NET_CLIENT_LIST, XA_WINDOW, 32, 1817 XChangeProperty(dpy, Scr->Root, XA__NET_CLIENT_LIST_STACKING, XA_WINDOW, 32, 1829 XChangeProperty(dpy, Scr->Root, XA__NET_ACTIVE_WINDOW, XA_WINDOW, 32,
|
| ctwm_main.c | 1388 XChangeProperty(dpy, ret, XA_WM_CTWM_ROOT, XA_WINDOW, 32,
|
| session.c | 121 if(actual_type == XA_WINDOW && actual_format == 32 &&
|
| /xsrc/external/mit/libXmu/dist/src/ |
| CvtStdSel.c | 249 *type = XA_WINDOW;
|
| /xsrc/external/mit/xinit/dist/ |
| xinit.c | 512 case XA_WINDOW:
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| dm.c | 722 case XA_WINDOW:
|
| /xsrc/external/mit/smproxy/dist/ |
| smproxy.c | 167 if (actual_type == XA_WINDOW && actual_format == 32 &&
|
| /xsrc/external/mit/twm/dist/src/ |
| session.c | 96 if (actual_type == XA_WINDOW && actual_format == 32 && nitems == 1 &&
|
| /xsrc/external/mit/xterm/dist/ |
| charproc.c | 12075 if ((sup_window = getWinProp(XA_WINDOW, "_NET_SUPPORTING_WM_CHECK")) == NULL) {
|