Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c4171 guicolor_T bg_pixel = INVALCOLOR; in gui_mch_open() local
4272 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()