Added possibility to show/hide the toolbar over the system menu.
Added the system menu point "Show toolbar".


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@417 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/ViewerToolBar.cxx b/vncviewer/ViewerToolBar.cxx
index 9846262..543acea 100644
--- a/vncviewer/ViewerToolBar.cxx
+++ b/vncviewer/ViewerToolBar.cxx
@@ -23,7 +23,7 @@
 
 void ViewerToolBar::create(HWND parentHwnd) {
   // Create the toolbar panel
-  ToolBar::create(ID_TOOLBAR, parentHwnd, WS_CHILD | WS_VISIBLE | 
+  ToolBar::create(ID_TOOLBAR, parentHwnd, WS_CHILD | 
     TBSTYLE_FLAT | CCS_NORESIZE);
   addBitmap(4, IDB_TOOLBAR);