Added the new buttons to the vncviewer toolbar:
zoom in, zoom out, actual size, auto size.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@653 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/win/vncviewer/resource.h b/win/vncviewer/resource.h
index 7fb32fe..0016b74 100644
--- a/win/vncviewer/resource.h
+++ b/win/vncviewer/resource.h
@@ -138,6 +138,10 @@
 #define ID_SEND_CTLESC                  40014
 #define ID_CONN_SAVE_AS                 40015
 #define ID_FILE_TRANSFER                40016
+#define ID_ZOOM_IN                      40017
+#define ID_ZOOM_OUT                     40018
+#define ID_ACTUAL_SIZE                  40019
+#define ID_AUTO_SIZE                    40020
 #define IDM_FTCOPY                      40022
 #define IDM_FTRENAME                    40023
 #define IDM_FTDELETE                    40024