Lines Matching refs:screens
549 CARD32 *screens, CARD32 *windows, in dmxPopulatePanoramiX() argument
568 screens[count] = attr.screen; in dmxPopulatePanoramiX()
580 dmxPopulate(ClientPtr client, Window window, CARD32 *screens, in dmxPopulate() argument
588 return dmxPopulatePanoramiX(client, window, screens, windows, pos, vis); in dmxPopulate()
595 *screens = attr.screen; in dmxPopulate()
618 CARD32 *screens; in ProcDMXGetWindowAttributes() local
625 if (!(screens = xallocarray(count, sizeof(*screens)))) in ProcDMXGetWindowAttributes()
628 free(screens); in ProcDMXGetWindowAttributes()
633 free(screens); in ProcDMXGetWindowAttributes()
639 free(screens); in ProcDMXGetWindowAttributes()
643 if ((count = dmxPopulate(client, stuff->window, screens, windows, in ProcDMXGetWindowAttributes()
648 free(screens); in ProcDMXGetWindowAttributes()
663 swapl(&screens[i]); in ProcDMXGetWindowAttributes()
682 WriteToClient(client, count * sizeof(*screens), screens); in ProcDMXGetWindowAttributes()
691 free(screens); in ProcDMXGetWindowAttributes()