diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-11 13:26:01 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-11 13:26:01 +0000 |
commit | 4e1b05db0379ee0bb6bdd146e575b6bdd5e42cf5 (patch) | |
tree | 8ec2a05bfd0ab75ec10e28496c636c1db05abf0c /message_notify/options.h | |
parent | d28d7257050561d9f9f9a39b4c2ddb233ac1ffaa (diff) |
added option to enable/disable message text in popup, made options page a little bigger
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@40 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/options.h')
-rw-r--r-- | message_notify/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/message_notify/options.h b/message_notify/options.h index 75f1c88..5449b48 100644 --- a/message_notify/options.h +++ b/message_notify/options.h @@ -25,6 +25,7 @@ typedef struct Options_tag { bool consider_tabs;
bool close_win;
bool disable_status[9];
+ bool show_msg;
} Options;
extern Options options;
|