Lines Matching refs:vis
550 xRectangle *pos, xRectangle *vis) in dmxPopulatePanoramiX() argument
571 vis[count] = attr.vis; in dmxPopulatePanoramiX()
581 CARD32 *windows, xRectangle *pos, xRectangle *vis) in dmxPopulate() argument
588 return dmxPopulatePanoramiX(client, window, screens, windows, pos, vis); in dmxPopulate()
598 *vis = attr.vis; in dmxPopulate()
620 xRectangle *pos, *vis; in ProcDMXGetWindowAttributes() local
636 if (!(vis = xallocarray(count, sizeof(*vis)))) { in ProcDMXGetWindowAttributes()
644 pos, vis)) < 0) { in ProcDMXGetWindowAttributes()
645 free(vis); in ProcDMXGetWindowAttributes()
671 swaps(&vis[i].x); in ProcDMXGetWindowAttributes()
672 swaps(&vis[i].y); in ProcDMXGetWindowAttributes()
673 swaps(&vis[i].width); in ProcDMXGetWindowAttributes()
674 swaps(&vis[i].height); in ProcDMXGetWindowAttributes()
685 WriteToClient(client, count * sizeof(*vis), vis); in ProcDMXGetWindowAttributes()
688 free(vis); in ProcDMXGetWindowAttributes()