From a21a0cf8881859a58e6ee9f3ff983a279db0467e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Mon, 27 Aug 2012 08:11:20 +0000 Subject: [PATCH] Added a comment about -geometry limitations. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4974 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- vncviewer/DesktopWindow.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx index 122a54da..6fc2b923 100644 --- a/vncviewer/DesktopWindow.cxx +++ b/vncviewer/DesktopWindow.cxx @@ -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; -- 2.39.5