]> source.dussan.org Git - tigervnc.git/commitdiff
Added a comment about -geometry limitations.
authorPeter Åstrand <astrand@cendio.se>
Mon, 27 Aug 2012 08:11:20 +0000 (08:11 +0000)
committerPeter Åstrand <astrand@cendio.se>
Mon, 27 Aug 2012 08:11:20 +0000 (08:11 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4974 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/DesktopWindow.cxx

index 122a54dafef07161c914a12268a3dd2b23298059..6fc2b9230d21e15c7083c21c176e8932880c1ed2 100644 (file)
@@ -89,6 +89,10 @@ DesktopWindow::DesktopWindow(int w, int h, const char *name,
 #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;