X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient.hh;h=c8110a3f70e75661926412e374a7f3ce0dac998a;hb=ab2968b3a5d61e2dc6b0a64153a7abb0078ee442;hp=8f04dc649d2e26187fce64059e3337a700c052b8;hpb=709c747a743be285b97d0ddfcaa28940394840b9;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index 8f04dc64..c8110a3f 100644 --- a/src/client.hh +++ b/src/client.hh @@ -406,6 +406,10 @@ private: */ void shade(bool shade); + //! Fires the urgent callbacks which lets the user do what they want with + //! urgent windows + void fireUrgent(); + //! Fullscreen's or unfullscreen's the client window /*! @param fs true if the window should be made fullscreen; false if it should @@ -580,7 +584,7 @@ BB @param window The window id that the Client class should handle void resize(Corner anchor, int w, int h); //! Attempt to focus the client window - bool focus() const; + bool focus(); //! Remove focus from the client window void unfocus() const;