diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-07 19:30:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-07 19:30:17 +0300 |
commit | f95e7a84fc77ec0c535970a68b2600f15dc1e12d (patch) | |
tree | 443fcc2b403d0b36bac14a4ead20f3661980b712 /plugins/TabSRMM/src/msgs.h | |
parent | db9ffeb3a32a652da31c0233987001bc56447dfd (diff) |
returned back the binary compatibility of tabsrmm container settings
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 98d4722382..ddcd017fa4 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -167,6 +167,7 @@ struct TContainerSettings WORD ownAvatarMode;
WORD autoCloseSeconds;
int iSplitterX;
+ BYTE reserved[10];
};
struct ButtonItem;
|