summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorFelix Crux <crux@google.com>2011-11-03 17:21:55 -0400
committerFelix Crux <crux@google.com>2011-11-03 17:21:55 -0400
commit476f50ab454e6b8043149fc34313fcc771c7b555 (patch)
tree0d23bd63fc293ef590a29e4777a72f31e94d76c3 /src/options.h
parented1195323634447d7b0256141111638a18ae4e60 (diff)
Adds an option --bg-no-bgfile that prevents the writing of a ~/.fehbg file.
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 4946927..5192f9d 100644
--- a/src/options.h
+++ b/src/options.h
@@ -68,6 +68,7 @@ struct __fehoptions {
unsigned char hold_actions[10];
unsigned char text_bg;
unsigned char image_bg;
+ unsigned char no_bgfile;
char *output_file;
char *output_dir;