X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=6cafb94326ca05b30bc8906eb8fee67eff8fbdc5;hb=c8e246f8de5af9963b22cc104d22ca10772028dd;hp=fd6e8f822e12b587096e0881c8f1aeb3db13b6e7;hpb=889df8a74da733c849cb52c3a76ae59956755882;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index fd6e8f82..6cafb943 100644 --- a/src/client.hh +++ b/src/client.hh @@ -7,7 +7,7 @@ property changes on the window and some client messages */ -#include "widget.hh" +#include "widgetbase.hh" #include "otk/point.hh" #include "otk/strut.hh" #include "otk/rect.hh" @@ -364,6 +364,16 @@ private: //! Change the client's state hints to match the class' data void changeState(); + + //! Request the client to close its window. + void close(); + + //! Shades or unshades the client window + /*! + @param shade true if the window should be shaded; false if it should be + unshaded. + */ + void shade(bool shade); public: #ifndef SWIG @@ -502,16 +512,6 @@ BB @param window The window id that the OBClient class should handle */ void resize(Corner anchor, int w, int h, int x = INT_MIN, int y = INT_MIN); - //! Request the client to close its window. - void close(); - - //! Shades or unshades the client window - /*! - @param shade true if the window should be shaded; false if it should be - unshaded. - */ - void shade(bool shade); - //! Attempt to focus the client window bool focus() const;