Lines Matching defs:background
94 XColor *background,
104 XColor _Xconst *background);
136 XColor _Xconst *background)
143 foreground, background);
177 XColor *background,
185 return (*func) (dpy, source, mask, foreground, background, x, y);
197 XColor _Xconst *background)
204 source_char, mask_char, foreground, background);
218 req->backRed = background->red;
219 req->backGreen = background->green;
220 req->backBlue = background->blue;