summaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2008-08-20 08:45:29 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2008-08-20 08:45:29 +0000
commit63a8f37cf3bd01855a06c7442675e5f97b1cd7e6 (patch)
treee22dd69a9d5682e3464bfa684a8cf450c33ed4ed /unix/x0vncserver
parent7bdccd7002fdf82ef9c4b94df132c5ea903e4348 (diff)
downloadtigervnc-63a8f37cf3bd01855a06c7442675e5f97b1cd7e6.tar.gz
tigervnc-63a8f37cf3bd01855a06c7442675e5f97b1cd7e6.zip
Added a comment.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2681 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/x0vncserver')
-rw-r--r--unix/x0vncserver/Geometry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/x0vncserver/Geometry.h b/unix/x0vncserver/Geometry.h
index 48ba2284..3e5f23bc 100644
--- a/unix/x0vncserver/Geometry.h
+++ b/unix/x0vncserver/Geometry.h
@@ -41,6 +41,8 @@ public:
const Rect& getRect() const { return m_rect; }
protected:
+ // Parse a string, extract size and coordinates,
+ // and return that rectangle clipped to m_rect.
Rect parseString(const char *arg) const;
static StringParameter m_geometryParam;