summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-06 12:40:28 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-06 12:40:55 +0200
commit8e05106c87b8d1553a39e6f663cc6226211ef8be (patch)
tree99ff95cccd1cca7c0c74f526bef375754268068f /include/settings.h
parentea3b5a39ca2c1ff6cb469d474f1a8922bfc8cb74 (diff)
Add option to view background image instead of screenshot in fake transparency. Issue #390
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index 2633354a..cb741a1d 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -127,6 +127,8 @@ typedef struct
unsigned int threads;
unsigned int scrollbar_width;
unsigned int scroll_method;
+ /** Background type */
+ char *fake_background;
} Settings;
/** Global Settings structure. */
extern Settings config;