Searched refs:nstdcmaps (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DGetStCmap.c71 int nstdcmaps; /* count of above */ local in function:XGetStandardColormap
73 stat = XGetRGBColormaps (dpy, w, &stdcmaps, &nstdcmaps, property);
77 if (nstdcmaps > 1) {
88 for (i = 0; i < nstdcmaps; i++) {
92 if (i == nstdcmaps) { /* not found */

Completed in 3 milliseconds