Added showToolbar parameter to the CViewOptions class.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@424 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CViewOptions.h b/vncviewer/CViewOptions.h
index b19c750..febd284 100644
--- a/vncviewer/CViewOptions.h
+++ b/vncviewer/CViewOptions.h
@@ -59,6 +59,7 @@
       bool sendPtrEvents;
       bool sendKeyEvents;
       bool sendSysKeys;
+      bool showToolbar;
       bool clientCutText;
       bool serverCutText;
       bool emulate3;