diff options
| author | George Hazan <ghazan@miranda.im> | 2017-03-03 22:50:22 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2017-03-03 22:50:22 +0300 |
| commit | 1974e62136d2bed460fe1ead68ff84aed5daee95 (patch) | |
| tree | cc80d606cb3ccede0f902cde10fbd8c47d55d5d6 /include | |
| parent | 4176b0d170dca89d2a4ecaa403b9b6fd0770a821 (diff) | |
no need to post WM_SIZE so often
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index dfeabe7dd0..698ee81ba6 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -602,7 +602,7 @@ protected: virtual LRESULT CustomWndProc(UINT msg, WPARAM wParam, LPARAM lParam) override;
virtual void OnInit() override;
- int m_iPosition;
+ int m_iPosition, m_iCount;
};
/////////////////////////////////////////////////////////////////////////////////////////
|
