]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
let clients be remaximized to adjust to new surroundings/struts
[chaz/openbox] / src / client.hh
index 7539a7c8ed4512d2b13340e4004ce890a64ca99a..02c12d4342ff02b66ed007708ffb77da3c0a6cf9 100644 (file)
@@ -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
This page took 0.027742 seconds and 4 git commands to generate.