Searched refs:childIDs (Results 1 – 1 of 1) sorted by relevance
994 Window *childIDs = (Window *) NULL; in ProcQueryTree() local1015 childIDs = xallocarray(numChildren, sizeof(Window)); in ProcQueryTree()1016 if (!childIDs) in ProcQueryTree()1020 childIDs[curChild++] = pChild->drawable.id; in ProcQueryTree()1030 childIDs); in ProcQueryTree()1031 free(childIDs); in ProcQueryTree()