Searched refs:bg_pixel (Results 1 – 1 of 1) sorted by relevance
4171 guicolor_T bg_pixel = INVALCOLOR; in gui_mch_open() local4272 bg_pixel = gui_get_color((char_u *)background_argument); in gui_mch_open()4273 if (bg_pixel == INVALCOLOR) in gui_mch_open()4274 bg_pixel = gui_get_color((char_u *)"White"); in gui_mch_open()4278 gui.def_norm_pixel = bg_pixel; in gui_mch_open()4284 gui.def_back_pixel = bg_pixel; in gui_mch_open()