Added a standard -geometry command line option. Such an option is
actually already documented on the man page. 



git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4972 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/parameters.h b/vncviewer/parameters.h
index 4fa989f..d7144a4 100644
--- a/vncviewer/parameters.h
+++ b/vncviewer/parameters.h
@@ -46,6 +46,7 @@
 #endif // HAVE_FLTK_FULLSCREEN_SCREENS
 #endif // HAVE_FLTK_FULLSCREEN
 extern rfb::StringParameter desktopSize;
+extern rfb::StringParameter geometry;
 extern rfb::BoolParameter remoteResize;
 
 extern rfb::BoolParameter viewOnly;