X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=02c12d4342ff02b66ed007708ffb77da3c0a6cf9;hb=8a7bff7a05b20b2f330c4d4e5f768a9bacb44ff9;hp=7539a7c8ed4512d2b13340e4004ce890a64ca99a;hpb=83bfa01b0bf361d4a2354e5ef0f48ed759e0eab3;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index 7539a7c8..02c12d43 100644 --- a/src/client.hh +++ b/src/client.hh @@ -633,6 +633,13 @@ BB @param window The window id that the Client class should handle */ void resize(Corner anchor, int w, int h); + //! Reapplies the maximized state to the window + /*! + Use this to make the window readjust its maximized size to new + surroundings (struts, etc). + */ + void remaximize(); + //! Choose a mask of decorations to not display on the client /*! Pass a value of 0 to the function to turn all decorations back on. Note