X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fwindow.hh;h=406efe09487c343c01c2bc35649b5a3a8772c4ea;hb=bcb14a3ce94ee4b4cba07de7a297470719390331;hp=df925ad69081d238e3157e41f454a1314f2c70b8;hpb=6595476d81f01cee9001bbc90dda5b37915e5821;p=chaz%2Fopenbox diff --git a/util/epist/window.hh b/util/epist/window.hh index df925ad6..406efe09 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -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();