Searched refs:xcolor (Results 1 – 1 of 1) sorted by relevance
261 XColor *xcolor, in alloc_color() argument267 if (!XParseColor(display, colormap, colorname, xcolor)) in alloc_color()270 xcolor->red = bump_color(xcolor->red); in alloc_color()271 xcolor->green = bump_color(xcolor->green); in alloc_color()272 xcolor->blue = bump_color(xcolor->blue); in alloc_color()274 status = XAllocColor(display, colormap, xcolor); in alloc_color()