Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginClass.h

Issue 11557015: Tooltip notification. Check for update fixes. (Closed)
Patch Set: Addressing comments Created Sept. 16, 2013, 1:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
#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 notificationMessage;
+
bool m_isAdviced;
bool m_isInitializedOk;

Powered by Google App Engine
This is Rietveld