Lines Matching refs:children
90 xcb_window_t *children;
103 children = xcb_query_tree_children (tree);
108 if (!Window_Is_Viewable(dpy, children[i])) {
110 children[i] = XCB_WINDOW_NONE;
113 if (!Window_Has_Property(dpy, children[i], atom_wm_state))
117 win = children[i];
121 /* No children matched, now descend into each child */
123 if (children[i] == XCB_WINDOW_NONE)
125 win = Find_Client_In_Children(dpy, children[i]);
131 free (tree); /* includes children */
206 * This will of course work only if the virtual roots are children of the real
241 /* Attempt to find a client window in subwin's children */