Add option to invert single and double-click actions
[dockapps/wmnotify.git] / src / wmnotify.h
index c701f01..989e511 100644 (file)
@@ -60,6 +60,7 @@
 struct wmnotify_t {
        bool debug;
        char *optional_config_file;
+       int mailcheck_single_click;
        char mail_client_command[512];
        char *mail_client_argv[ARGV_LIMIT];
        unsigned int mail_check_interval;       /* In seconds. */