]> Dogcows Code - chaz/openbox/commitdiff
add a comment regarding the client.area() being not-what-you-want
authorDana Jansens <danakj@orodu.net>
Tue, 11 Feb 2003 20:20:01 +0000 (20:20 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 11 Feb 2003 20:20:01 +0000 (20:20 +0000)
src/client.hh

index ff119faf746b12961bbfb296b1de8fdc1576f3f3..8bbe2a918f7490217c4d6b1aa4c4b42438564d1d 100644 (file)
@@ -622,6 +622,11 @@ BB    @param window The window id that the Client class should handle
   const otk::Size &logicalSize() const { return _logical_size; }
 
   //! Returns the position and size of the client relative to the root window
+  /*!
+    Note that this value is *not* the size and position of the window's
+    frame, though the position will often line up.<br>
+    If you want the frame's area, use Frame::area() instead.
+  */
   inline const otk::Rect &area() const { return _area; }
 
   //! Returns the client's strut definition
This page took 0.024904 seconds and 4 git commands to generate.