diff options
Diffstat (limited to 'message_notify/options.h')
-rw-r--r-- | message_notify/options.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/message_notify/options.h b/message_notify/options.h index 282f49f..a98e90d 100644 --- a/message_notify/options.h +++ b/message_notify/options.h @@ -16,12 +16,17 @@ #define ID_STATUS_ONTHEPHONE 40079
#define ID_STATUS_OUTTOLUNCH 40080
*/
+
+#define MNNF_POPUP 1
+#define MNNF_SPEAK 2
+
typedef struct Options_tag {
int notify_when;
bool consider_tabs;
bool close_win;
bool disable_status[9];
bool show_msg;
+ int flags;
} Options;
extern Options options;
|