]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
dont use "exec " anymore cuz then stuff like && doesn't work
[chaz/openbox] / util / epist / window.hh
index df925ad69081d238e3157e41f454a1314f2c70b8..406efe09487c343c01c2bc35649b5a3a8772c4ea 100644 (file)
@@ -57,6 +57,8 @@ private:
   std::string _app_name;
   std::string _app_class;
   Rect _rect;
+  int _inc_x, _inc_y; // resize increments
+  int _base_x, _base_y; // base size
   int _gravity;
 
   // states
@@ -68,7 +70,7 @@ private:
   bool _unmapped;
 
   void updateDimentions();
-  void updateGravity();
+  void updateHints();
   void updateState();
   void updateDesktop();
   void updateTitle();
This page took 0.021129 seconds and 4 git commands to generate.