Searched refs:gc_vals (Results 1 – 1 of 1) sorted by relevance
1254 XGCValues gc_vals; in gui_mch_init() local1322 gc_vals.foreground = gui.norm_pixel; in gui_mch_init()1323 gc_vals.background = gui.back_pixel; in gui_mch_init()1326 gc_vals.foreground = gui.back_pixel; in gui_mch_init()1327 gc_vals.background = gui.norm_pixel; in gui_mch_init()1333 gc_vals.function = GXxor; in gui_mch_init()1505 XGCValues gc_vals; in gui_mch_new_colors() local1508 gc_vals.foreground = gui.norm_pixel; in gui_mch_new_colors()1509 gc_vals.background = gui.back_pixel; in gui_mch_new_colors()1513 gc_vals.foreground = gui.back_pixel; in gui_mch_new_colors()[all …]