Searched defs:colormap (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c136 fprintf(stderr, "%s: no need to create a colormap for the default visual\n",
180 (void)printf(" Creating a colormap for the %s %d bit visual...",
199 /* Create the colormap */
208 (void)printf("done\n new colormap id = 0x%lx\n", new_cmap.colormap);
220 Colormap colormap; local
223 colormap = XCreateColormap(display, RootWindow(display, vinfo->screen),
226 /* Allocate black from the colormap */
228 XAllocColor(display, colormap, &color);
230 /* Fill out the standard colormap informatio
[all...]

Completed in 22 milliseconds