X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=8bbe2a918f7490217c4d6b1aa4c4b42438564d1d;hb=dca8c61a91cab29128a72f252b70f4bd9f7786ff;hp=ff119faf746b12961bbfb296b1de8fdc1576f3f3;hpb=4ef15148365c223b8e810611a10dc27dc5fba355;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index ff119faf..8bbe2a91 100644 --- a/src/client.hh +++ b/src/client.hh @@ -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.
+ 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