Home
last modified time | relevance | path

Searched refs:fg_pixel (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c4170 guicolor_T fg_pixel = INVALCOLOR; in gui_mch_open() local
4267 fg_pixel = gui_get_color((char_u *)foreground_argument); in gui_mch_open()
4268 if (fg_pixel == INVALCOLOR) in gui_mch_open()
4269 fg_pixel = gui_get_color((char_u *)"Black"); in gui_mch_open()
4279 gui.def_back_pixel = fg_pixel; in gui_mch_open()
4283 gui.def_norm_pixel = fg_pixel; in gui_mch_open()