Lines Matching defs:children
77 Window *children;
81 if (!XQueryTree(dpy, win, &root, &parent, &children, &n_children))
83 if (!children)
89 if (!Window_Is_Viewable(dpy, children[i])) {
90 children[i] = None; /* Don't bother descending into this one */
93 if (!Window_Has_Property(dpy, children[i], atom_wm_state))
97 win = children[i];
101 /* No children matched, now descend into each child */
103 if (children[i] == None)
105 win = Find_Client_In_Children(dpy, children[i]);
111 XFree(children);
175 * This will of course work only if the virtual roots are children of the real
209 /* Attempt to find a client window in subwin's children */