]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
acquire and provide Xinerama information for the window manager. now we just gotta...
[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.019562 seconds and 4 git commands to generate.