Lines Matching defs:cnew
200 XStandardColormap *cnew, Bool replace)
206 * cnew - specifies a standard colormap
218 if (cnew)
219 XSetRGBColormaps(dpy, win, cnew, 1, property);
228 if (cnew)
229 XSetRGBColormaps(dpy, win, cnew, 1, property);
243 if (cnew) {
260 m->colormap = cnew->colormap;
261 m->red_max = cnew->red_max;
262 m->red_mult = cnew->red_mult;
263 m->green_max = cnew->green_max;
264 m->green_mult = cnew->green_mult;
265 m->blue_max = cnew->blue_max;
266 m->blue_mult = cnew->blue_mult;
267 m->base_pixel = cnew->base_pixel;
268 m->visualid = cnew->visualid;
269 m->killid = cnew->killid;
289 if (cnew)
290 XSetRGBColormaps(dpy, win, cnew, 1, property);
305 map = (cnew) ? cnew : stdcmaps + --count;