Searched refs:gcvalues (Results 1 – 1 of 1) sorted by relevance
530 XGCValues gcvalues; in createXpmImages() local535 gcvalues.foreground = color[BACKGROUND].pixel; in createXpmImages()536 back_gc = XCreateGC(gui.dpy, map, GCForeground, &gcvalues); in createXpmImages()537 mask_gc = XCreateGC(gui.dpy, map, GCForeground, &gcvalues); in createXpmImages()