Searched refs:colormap (Results 1 - 11 of 11) sorted by relevance
/solaris-x11-s12/open-src/app/xstdcmap/ |
H A D | Makefile | 3 # xstdcmap - X standard colormap utility 32 MODULE_PKGNAME=x11/colormap-utilities 36 MODULE_DESC = the xstdcmap X11 standard colormap utility
|
/solaris-x11-s12/open-src/app/cmap_alloc/ |
H A D | Makefile | 32 MODULE_PKGNAME=x11/colormap-utilities 36 MODULE_DESC = the cmap_alloc colormap allocation utility
|
/solaris-x11-s12/open-src/app/cmap_compact/ |
H A D | Makefile | 3 # cmap_compact - colormap configuration utility 32 MODULE_PKGNAME=x11/colormap-utilities 36 MODULE_DESC = the cmap_compact colormap configuration utility
|
/solaris-x11-s12/open-src/app/xcolor/ |
H A D | Makefile | 32 MODULE_PKGNAME=x11/colormap-utilities 36 MODULE_DESC = the xcolor colormap display program
|
/solaris-x11-s12/open-src/app/cmap_alloc/sun-src/ |
H A D | cmap_alloc.c | 136 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...] |
/solaris-x11-s12/open-src/app/xcolor/sun-src/ |
H A D | xcolor.c | 2 * xcolor.c - X11 client to display all colors in current colormap. 300 error("%s: unable to create colormap (%d).\n", pname, stat); 329 xswa.colormap = cmap; 362 xswa.colormap = cmap;
|
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | pyro.c | 199 pp->cmap = xwa.colormap;
|
H A D | xlock.c | 73 * 02-Jul-90: reworked colors to not use dynamic colormap. 89 * Moved colormap installation later in startup. 116 * Installs dynamic colormap with a Hue Ramp. 324 * Restore all grabs, reset screensaver, restore colormap, close connection. 1237 xswa.colormap = cmap; /* In DEBUG mode, we do not see this */ 1263 xswa.colormap = cmap; /* In DEBUG mode, we do not see this */
|
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 79 Colormap cmap; /* colormap to use for drawing */ 617 Create a colormap for this visual */ 619 attr.colormap = c; 1215 xsw.colormap = DefaultColormap(dpy, screen); 1314 case 2: /* no depth problem , but colormap or visual class mismatch */ 1322 "%s: Warning - source window has different colormap or visual than root\n Image displayed using colormap and visual of root\n",
|
H A D | multivis.c | 238 pWinInfo->colmap = mvFindColormap(xwa.colormap); 330 * returns 2 if colormap or visinfo differ 337 * returns 2 if colormap only differ 438 * Get all the colors from this window's colormap.
|
/solaris-x11-s12/open-src/common/ |
H A D | X-parfait.conf | 288 /* Todo: colormap resource id? */
|
Completed in 55 milliseconds