diff options
author | Sebastian Geerken <devnull@localhost> | 2013-08-19 14:47:36 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-08-19 14:47:36 +0200 |
commit | c9275329477ed56f2cb4f0d705a7338e1d2c026c (patch) | |
tree | fe29480c19b8a149aadf8b7afba10c94fc97d10b /src/prefs.h | |
parent | 24d2063654f6f229f520972b43c946741a909cf0 (diff) |
New prefs variable "white_bg_replacement".
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index c7a04a9a..941c0b51 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -48,6 +48,7 @@ typedef struct { DilloUrl *start_page; DilloUrl *home; bool_t allow_white_bg; + int32_t white_bg_replacement; int32_t bg_color; int32_t ui_button_highlight_color; int32_t ui_fg_color; |