all repos — openbox @ ecfac5f20c72647b4865a14ccffc307c2b116319

openbox fork - make it a bit more like ryudo

add more doxygen
Dana Jansens danakj@orodu.net
commit

ecfac5f20c72647b4865a14ccffc307c2b116319

parent

b5a05bc197c836ec3b47b0e97b5ac697f270a985

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

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

@@ -495,6 +495,10 @@ //! Returns the client's strut definition

inline const otk::Strut &strut() const { return _strut; } //! Move the client window + /*! + @param x The X coordinate to move to. + @param y The Y coordinate to move to. + */ void move(int x, int y); //! Resizes the client window, anchoring it in a given corner