From: Constantin Kaplinsky Date: Wed, 20 Aug 2008 08:45:29 +0000 (+0000) Subject: Added a comment. X-Git-Tag: v0.0.90~406 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=63a8f37cf3bd01855a06c7442675e5f97b1cd7e6;p=tigervnc.git Added a comment. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2681 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- 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;