Mercurial > geeqie
comparison src/globals.c @ 208:fa0e05f985c3
set user-defined color as image background - patch by Laurent MONIN
author | nadvornik |
---|---|
date | Sat, 29 Mar 2008 10:38:15 +0000 |
parents | f6e307c7bad6 |
children | ad78ad18523a |
comparison
equal
deleted
inserted
replaced
207:ec068409bee7 | 208:fa0e05f985c3 |
---|---|
89 | 89 |
90 gint enable_read_ahead = TRUE; | 90 gint enable_read_ahead = TRUE; |
91 | 91 |
92 gint place_dialogs_under_mouse = FALSE; | 92 gint place_dialogs_under_mouse = FALSE; |
93 | 93 |
94 gint black_window_background = FALSE; | 94 gint user_specified_window_background = FALSE; |
95 GdkColor window_background_color = {0, 0, 0, 0}; | |
95 | 96 |
96 gint fullscreen_screen = -1; | 97 gint fullscreen_screen = -1; |
97 gint fullscreen_clean_flip = FALSE; | 98 gint fullscreen_clean_flip = FALSE; |
98 gint fullscreen_disable_saver = TRUE; | 99 gint fullscreen_disable_saver = TRUE; |
99 gint fullscreen_above = FALSE; | 100 gint fullscreen_above = FALSE; |