summaryrefslogtreecommitdiff
path: root/util/epist/window.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 20:25:56 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 20:25:56 +0000
commit675d16c71a888d9e0fa96636ee473e5bca4a454a (patch)
tree31eba3584986201b03b3a1cb20c516cc9459e55c /util/epist/window.hh
parent5b91573e0c01a7ee6e504451c2ef3143709d06a2 (diff)
implement window resizing. using resizing incrememnts if the window has requested them!
Diffstat (limited to 'util/epist/window.hh')
-rw-r--r--util/epist/window.hh4
1 files changed, 3 insertions, 1 deletions
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();