]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
Client::move moves the client to the position so that its *frame* will be at the...
[chaz/openbox] / src / client.hh
index 02c12d4342ff02b66ed007708ffb77da3c0a6cf9..e66712c43de3f8ecc3491aa08eef921ed9e5ff70 100644 (file)
@@ -617,8 +617,10 @@ BB    @param window The window id that the Client class should handle
   //! Returns the client's strut definition
   inline const otk::Strut &strut() const { return _strut; }
 
-  //! Move the client window
+  //! Move the window (actually, its frame) to a position.
   /*!
+    This moves the window so that the top-left corner of its frame will be at
+    the position specified.
     @param x The X coordinate to move to.
     @param y The Y coordinate to move to.
   */
This page took 0.022781 seconds and 4 git commands to generate.