diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2008-08-20 08:45:29 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2008-08-20 08:45:29 +0000 |
commit | 63a8f37cf3bd01855a06c7442675e5f97b1cd7e6 (patch) | |
tree | e22dd69a9d5682e3464bfa684a8cf450c33ed4ed /unix/x0vncserver | |
parent | 7bdccd7002fdf82ef9c4b94df132c5ea903e4348 (diff) | |
download | tigervnc-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.h | 2 |
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; |