Lines Matching refs:stdcmap
71 XStandardColormap stdcmap;
79 stdcmap.colormap = cmap->colormap;
80 stdcmap.red_max = cmap->red_max;
81 stdcmap.red_mult = cmap->red_mult;
82 stdcmap.green_max = cmap->green_max;
83 stdcmap.green_mult = cmap->green_mult;
84 stdcmap.blue_max = cmap->blue_max;
85 stdcmap.blue_mult = cmap->blue_mult;
86 stdcmap.base_pixel = cmap->base_pixel;
87 stdcmap.visualid = sp->root_visual->visualid;
88 stdcmap.killid = None; /* don't know how to kill this one */
91 XSetRGBColormaps (dpy, w, &stdcmap, 1, property);