all repos — openbox @ 7112755cfcda17e2c17360caf28407485e5befc0

openbox fork - make it a bit more like ryudo

add a comment regarding the client.area() being not-what-you-want
Dana Jansens danakj@orodu.net
commit

7112755cfcda17e2c17360caf28407485e5befc0

parent

15c2e7e2981f72bfc6b2c9456119759258b1b02f

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M src/client.hhsrc/client.hh

@@ -622,6 +622,11 @@ */

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