Lines Matching refs:windows
549 CARD32 *screens, CARD32 *windows, in dmxPopulatePanoramiX() argument
569 windows[count] = attr.window; in dmxPopulatePanoramiX()
581 CARD32 *windows, xRectangle *pos, xRectangle *vis) in dmxPopulate() argument
588 return dmxPopulatePanoramiX(client, window, screens, windows, pos, vis); in dmxPopulate()
596 *windows = attr.window; in dmxPopulate()
619 CARD32 *windows; in ProcDMXGetWindowAttributes() local
627 if (!(windows = xallocarray(count, sizeof(*windows)))) { in ProcDMXGetWindowAttributes()
632 free(windows); in ProcDMXGetWindowAttributes()
638 free(windows); in ProcDMXGetWindowAttributes()
643 if ((count = dmxPopulate(client, stuff->window, screens, windows, in ProcDMXGetWindowAttributes()
647 free(windows); in ProcDMXGetWindowAttributes()
664 swapl(&windows[i]); in ProcDMXGetWindowAttributes()
683 WriteToClient(client, count * sizeof(*windows), windows); in ProcDMXGetWindowAttributes()
690 free(windows); in ProcDMXGetWindowAttributes()