Home
last modified time | relevance | path

Searched refs:cmapIDs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c137 (xnestWindow(pWin) != None && wColormap(pWin) == icws->cmapIDs[i])
197 icws.cmapIDs = xallocarray(pScreen->maxInstalledCmaps, sizeof(Colormap)); in xnestSetInstalledColormapWindows()
198 icws.numCmapIDs = xnestListInstalledColormaps(pScreen, icws.cmapIDs); in xnestSetInstalledColormapWindows()
213 free(icws.cmapIDs); in xnestSetInstalledColormapWindows()
H A DColor.h29 Colormap *cmapIDs; member