X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=e66712c43de3f8ecc3491aa08eef921ed9e5ff70;hb=f06b9449333e3bb53c169af91ba5eb85b44b2dc5;hp=02c12d4342ff02b66ed007708ffb77da3c0a6cf9;hpb=8a7bff7a05b20b2f330c4d4e5f768a9bacb44ff9;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index 02c12d43..e66712c4 100644 --- a/src/client.hh +++ b/src/client.hh @@ -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. */