diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 20:25:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 20:25:56 +0000 |
| commit | 675d16c71a888d9e0fa96636ee473e5bca4a454a (patch) | |
| tree | 31eba3584986201b03b3a1cb20c516cc9459e55c /util/epist/window.hh | |
| parent | 5b91573e0c01a7ee6e504451c2ef3143709d06a2 (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.hh | 4 |
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(); |
