Lines Matching defs:windows
501 CARD32 *screens, CARD32 *windows,
521 windows[count] = attr.window;
524 ++count; /* Only count existing windows */
532 CARD32 *windows, xRectangle *pos, xRectangle *vis)
539 return dmxPopulatePanoramiX(client, window, screens, windows,
548 *windows = attr.window;
568 CARD32 *windows;
576 if (!(windows = malloc(count * sizeof(*windows)))) {
581 free(windows);
587 free(windows);
592 if ((count = dmxPopulate(client, stuff->window, screens, windows,
596 free(windows);
611 swapl(&windows[i], n);
630 WriteToClient(client, count * sizeof(*windows), (char *)windows);
637 free(windows);