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: Created Sept. 5, 2013, 10:43 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"
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;

Powered by Google App Engine
This is Rietveld