Lines Matching refs:children
26 static Window *children;
45 children = malloc(p->objects * sizeof (Window));
54 children[i] = XCreateSimpleWindow(xp->d, xp->w,
74 XMoveWindow(xp->d, children[j],
84 free(children);
98 XResizeWindow(xp->d, children[j],
108 children = malloc (p->objects * sizeof (Window));
112 children[i] = XCreateSimpleWindow (xp->d, xp->w,
135 free(children);
148 children = malloc(p->objects * sizeof (Window));
161 children[i] = XCreateSimpleWindow(xp->d, cover,
189 free(children);