diff options
author | George Hazan <ghazan@miranda.im> | 2020-10-11 17:37:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-10-11 17:37:16 +0300 |
commit | fcb6e9d2f7ea4c76236b85389625c5f6fe821c33 (patch) | |
tree | 412846521345ee517f2674643af44db9ba2efd46 /include/m_chat_int.h | |
parent | 20c5f9b5ad74780ec2cade5a47bd066ed69453b0 (diff) |
fixes #2590 (TabSRMM: Cannot setup event filter)
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index f5605f80a6..664d5d477d 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -347,6 +347,7 @@ struct CHAT_MANAGER FONTINFO aFonts[OPTIONS_FONTCOUNT];
LIST<SESSION_INFO> &arSessions;
char **pLogIconBmpBits;
+ CMOption<bool> bRightClickFilter;
// user-defined custom callbacks
void (*OnCreateModule)(MODULEINFO*);
|