X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=fd6e8f822e12b587096e0881c8f1aeb3db13b6e7;hb=cf6866123f8c4794d55ee4b532342110fddd2be1;hp=6e93337bf89dcabb0403209ddaaed71289d5292c;hpb=4c768d5d63154e416e1282396dc48492d0585d42;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index 6e93337b..fd6e8f82 100644 --- a/src/client.hh +++ b/src/client.hh @@ -454,8 +454,7 @@ BB @param window The window id that the OBClient class should handle inline bool modal() const { return _modal; } //! Returns if the window is shaded /*! - When the window is shaded, only its titlebar is visible, the client itself - is not mapped + When the window is shaded, only its titlebar is visible. */ inline bool shaded() const { return _shaded; } //! Returns if the window is iconified @@ -514,10 +513,10 @@ BB @param window The window id that the OBClient class should handle void shade(bool shade); //! Attempt to focus the client window - bool focus(); + bool focus() const; //! Remove focus from the client window - void unfocus(); + void unfocus() const; virtual void focusHandler(const XFocusChangeEvent &e); virtual void unfocusHandler(const XFocusChangeEvent &e);