From 675d16c71a888d9e0fa96636ee473e5bca4a454a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 20:25:56 +0000 Subject: implement window resizing. using resizing incrememnts if the window has requested them! --- util/epist/window.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'util/epist/window.hh') 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(); -- cgit v1.2.3