Searched refs:gc_val (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xwud/dist/
H A Dxwud.c149 XGCValues gc_val; local in function:main
574 gc_val.foreground = color.pixel;
576 gc_val.foreground = colors[1].pixel;
578 gc_val.foreground = BlackPixel (dpy, screen);
581 gc_val.background = color.pixel;
583 gc_val.background = colors[0].pixel;
585 gc_val.background = WhitePixel (dpy, screen);
588 tmp = gc_val.foreground;
589 gc_val.foreground = gc_val
[all...]

Completed in 3 milliseconds