Searched refs:XQueryTree (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DQuTree.c33 Status XQueryTree ( function in typeref:typename:Status
/xsrc/external/mit/xdm/dist/xdm/
H A Dreset.c65 while (XQueryTree (dpy, window, &root, &parent, &children, &nchildren)
/xsrc/external/mit/libXmu/dist/src/
H A DClientWin.c80 if (!XQueryTree(dpy, win, &root, &parent, &children, &nchildren))
/xsrc/external/mit/transset/dist/
H A Ddsimple.c269 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
302 if (!XQueryTree (disp, top, &dummy, &dummy, &children, &nchildren))
H A DtransSet.c82 if (!XQueryTree (disp, child, &root, &parent, &child_list,
92 if (!XQueryTree (disp, child, &root, &parent, &child_list,
H A Dclientwin.c81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
/xsrc/external/mit/xwd/dist/
H A Dclientwin.c81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
H A Ddsimple.c307 if (!XQueryTree(disp, top, &dummy, &dummy, &children, &nchildren))
H A DmultiVis.c616 Window root, parent, *child; /* variables for XQueryTree() */
617 unsigned int nchild; /* variables for XQueryTree() */
631 XQueryTree(disp, curr, &root, &parent, &child, &nchild);
/xsrc/external/mit/xprop/dist/
H A Dclientwin.c81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
H A Ddsimple.c319 if (!XQueryTree(display, top, &dummy, &dummy, &children, &nchildren))
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Ddmxinfo.c120 if (!XQueryTree(display, window, &root, &parent, &list, &count)) {
/xsrc/external/mit/ctwm/dist/
H A Dcaptive.c741 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren);
747 XQueryTree(dpy, parent, &root, &parent, &children, &nchildren);
H A Dctwm_main.c901 XQueryTree(dpy, Scr->Root, &croot, &parent, &children, &nchildren);
H A Dotp.c216 XQueryTree(dpy, vroot, &root, &parent, &children, &nchildren);
221 fprintf(stderr, "XQueryTree: %d children:\n", nchildren);
309 * won't show up in the tree from XQueryTree().
H A Dworkspace_manager.c1893 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren);
1946 * reversed from earlier; XQueryTree() returns bottom->top,
/xsrc/external/mit/xkill/dist/
H A Dxkill.c342 XQueryTree (dpy, root, &dummywindow, &dummywindow, &children, &nchildren);
/xsrc/external/mit/libX11/dist/man/
H A DMakefile.am132 XQueryTree.man \
H A DMakefile.in534 XQueryTree.man \
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc57 with `XQueryTree()`. Now that we have _OTP_ (see later), this should be
/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.c1152 * Note that at any moment after XQueryTree is called, a
1157 XQueryTree (disp, root, &dontCare1, &dontCare2, &children, &nchildren);
/xsrc/external/mit/twm/dist/src/
H A Dtwm.c558 XQueryTree(dpy, Scr->Root, &root, &parent, &children, &nchildren);
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c1408 if (!XQueryTree (dpy, w, &root_return, &parent_return, &children,
1411 /* XQueryTree failed. */
2233 XQueryTree (dpy, root, &root_return, &parent_return, &children, &nchildren);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c1089 XQueryTree(event.xmap.display,
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h3027 extern Status XQueryTree(

Completed in 86 milliseconds

12