Revision: 4974 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4974&view=rev Author: astrand Date: 2012-08-27 08:11:20 +0000 (Mon, 27 Aug 2012) Log Message: ----------- Added a comment about -geometry limitations.
Modified Paths: -------------- trunk/vncviewer/DesktopWindow.cxx Modified: trunk/vncviewer/DesktopWindow.cxx =================================================================== --- trunk/vncviewer/DesktopWindow.cxx 2012-08-27 08:02:36 UTC (rev 4973) +++ trunk/vncviewer/DesktopWindow.cxx 2012-08-27 08:11:20 UTC (rev 4974) @@ -89,6 +89,10 @@ #endif { + // Support for -geometry option. Note that although we do support + // negative coordinates, we do not support -XOFF-YOFF (ie + // coordinates relative to the right edge / bottom edge) at this + // time. int geom_x = 0, geom_y = 0; if (geometry.hasBeenSet()) { int matched; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits