Searched refs:icws (Results 1 – 1 of 1) sorted by relevance
137 (xnestWindow(pWin) != None && wColormap(pWin) == icws->cmapIDs[i])142 xnestInstalledColormapWindows *icws = (xnestInstalledColormapWindows *) ptr; in xnestCountInstalledColormapWindows() local145 for (i = 0; i < icws->numCmapIDs; i++) in xnestCountInstalledColormapWindows()147 icws->numWindows++; in xnestCountInstalledColormapWindows()157 xnestInstalledColormapWindows *icws = (xnestInstalledColormapWindows *) ptr; in xnestGetInstalledColormapWindows() local160 for (i = 0; i < icws->numCmapIDs; i++) in xnestGetInstalledColormapWindows()162 icws->windows[icws->index++] = xnestWindow(pWin); in xnestGetInstalledColormapWindows()194 xnestInstalledColormapWindows icws; in xnestSetInstalledColormapWindows() local197 icws.cmapIDs = xallocarray(pScreen->maxInstalledCmaps, sizeof(Colormap)); in xnestSetInstalledColormapWindows()198 icws.numCmapIDs = xnestListInstalledColormaps(pScreen, icws.cmapIDs); in xnestSetInstalledColormapWindows()[all …]