summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-06 21:59:25 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-06 21:59:25 +0100
commit4e20a8cea66e707846f78f7cf55806b131c71a61 (patch)
treed778eef0c5837c5cb6769251c999202b25fafa84 /src/options.h
parente9ec78c5e0c7030433b89519a1a000f3a70d0787 (diff)
Add option to set image background to white or black
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 0101885..0c60c9b 100644
--- a/src/options.h
+++ b/src/options.h
@@ -85,6 +85,7 @@ struct __fehoptions
char *menu_font;
char *customlist;
char *menu_bg;
+ char *image_bg;
char *rcfile;
char *menu_style;
char *caption_path;