X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fwindow.hh;h=1874219412ce3c551a025c64e1e294dacc04e363;hb=fc792813a24d22330b49eda8b3ef7054eadf20d3;hp=df925ad69081d238e3157e41f454a1314f2c70b8;hpb=6595476d81f01cee9001bbc90dda5b37915e5821;p=chaz%2Fopenbox diff --git a/util/epist/window.hh b/util/epist/window.hh index df925ad6..18742194 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,14 +70,12 @@ private: bool _unmapped; void updateDimentions(); - void updateGravity(); + void updateHints(); void updateState(); void updateDesktop(); void updateTitle(); void updateClass(); - void findFramePosition(int &x, int &y) const; - public: XWindow(epist *epist, screen *screen, Window window); virtual ~XWindow();