Home
last modified time | relevance | path

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

/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dprefs.c142 {"imgwin_bg_red", D_INT, "0", &conf.imgwin_bg_color[0]},
143 {"imgwin_bg_green", D_INT, "0", &conf.imgwin_bg_color[1]},
144 {"imgwin_bg_blue", D_INT, "0", &conf.imgwin_bg_color[2]},
H A Dprefs.h99 gint imgwin_bg_color[3]; /* red green blue */ member
H A Dgimv_image_win.c446 conf.imgwin_bg_color[0], in gimv_image_win_init()
447 conf.imgwin_bg_color[1], in gimv_image_win_init()
448 conf.imgwin_bg_color[2]); in gimv_image_win_init()
/dports/graphics/gimageview/gimageview-0.2.27/src/prefs_ui/
H A Dprefs_ui_imagewin.c352 config_changed->imgwin_bg_color); in prefs_imagewin_page()