summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-06 14:42:20 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-06 14:42:20 +0200
commit6929a16a2eb615cd4efb67f43d3289f0916614b5 (patch)
tree8b143f779ce8a5e0cefbd1b3f86b73157025d9c6 /conf.h
parentea367e0df1a3ecfb6c59cd4285998e88db98c26c (diff)
added config option to control close(X) button behaviour
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index b393e46b..39f41e3f 100644
--- a/conf.h
+++ b/conf.h
@@ -24,6 +24,7 @@ extern int conf_src_quality;
extern char conf_hvsc_path[1024];
extern int conf_hvsc_enable;
extern char conf_blacklist_plugins[1024];
+extern int conf_close_send_to_tray;
int
conf_load (void);