From 6929a16a2eb615cd4efb67f43d3289f0916614b5 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 6 Sep 2009 14:42:20 +0200 Subject: added config option to control close(X) button behaviour --- conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'conf.h') 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); -- cgit v1.2.3