| Index: src/plugin/PluginClass.h |
| =================================================================== |
| --- a/src/plugin/PluginClass.h |
| +++ b/src/plugin/PluginClass.h |
| @@ -13,6 +13,7 @@ |
| #include <stdlib.h> |
| #include <crtdbg.h> |
| +#include "NotificationMessage.h" |
|
Wladimir Palant
2013/09/11 13:07:06
This file isn't part of the patchset and I cannot
|
| #define ICON_PLUGIN_DISABLED 0 |
| #define ICON_PLUGIN_ENABLED 1 |
| @@ -135,12 +136,15 @@ |
| HWND m_hTabWnd; |
| HWND m_hStatusBarWnd; |
| HWND m_hPaneWnd; |
| + |
| WNDPROC m_pWndProcStatus; |
| int m_nPaneWidth; |
| HANDLE m_hTheme; |
| CriticalSection m_csStatusBar; |
| + NotificationMessage notifMessage; |
|
Wladimir Palant
2013/09/11 13:07:06
Nit: I don't like randomly abbreviated variable na
|
| + |
| bool m_isAdviced; |
| bool m_isInitializedOk; |