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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c183 Bool gotCube = False, gotRamp; local
247 gotCube = GetColorCubeFromProperty(dpy, vinfo, colorCube,
253 if (!gotRamp || (colorCube != NULL && !gotCube)) {
291 if (colorCube != NULL && !gotCube && colorCube->red_max != 0) {
434 int gotCube; local
438 gotCube = XGetRGBColormaps(dpy, RootWindow(dpy, vinfo->screen), cube,
441 if (gotCube) {
461 if (i == *ncube) gotCube = False;
463 return gotCube;

Completed in 54 milliseconds