diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-11 15:51:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-11 15:51:11 +0000 |
commit | 3b8d44fb4646951be55b3777cbe30d3280867067 (patch) | |
tree | 8efa68247b8478dff4856415f06c15babf7136a7 /plugins/ExternalAPI/m_toptoolbar.h | |
parent | a051932068d3d2b76dac5afb279310505c2e70f0 (diff) |
- antiflicker effect for TTB resizing (thx to FYR for writing it)
- TTB visual part extracted to the separate module
git-svn-id: http://svn.miranda-ng.org/main/trunk@904 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_toptoolbar.h')
-rw-r--r-- | plugins/ExternalAPI/m_toptoolbar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_toptoolbar.h b/plugins/ExternalAPI/m_toptoolbar.h index 11cc6e9c6a..40735aa17c 100644 --- a/plugins/ExternalAPI/m_toptoolbar.h +++ b/plugins/ExternalAPI/m_toptoolbar.h @@ -163,7 +163,9 @@ struct TTBCtrl int nButtonWidth;
int nButtonHeight;
int nButtonSpace;
- BOOL bFlatButtons;
+ int nLastHeight; // fix against recursion in WM_SIZE
+ int nLineCount;
+ BOOL bFlatButtons, bAutoSize, bSingleLine;
SortedList* pButtonList;
|