Added TBSTYLE_TOOLTIPS window style to the toolbar window.
Added ViewerToolBar::processWM_NOTIFY() method. It process WM_NOTIFY
messages from the vnc viewer toolbar (TTN_NEEDTEXT and etc).
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@426 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/ViewerToolBar.h b/vncviewer/ViewerToolBar.h
index 8e829e7..30e7708 100644
--- a/vncviewer/ViewerToolBar.h
+++ b/vncviewer/ViewerToolBar.h
@@ -31,6 +31,8 @@
void create(HWND parentHwnd);
+ LRESULT processWM_NOTIFY(WPARAM wParam, LPARAM lParam);
+
void show();
void hide();
};