From d104801f6312616ea1d4abc2ffc506a5ba5f3d06 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Mon, 17 Feb 2003 22:41:24 +0000
Subject: holding last move

---
 src/Window.hh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Window.hh b/src/Window.hh
index 18e9128..0f6c75b 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Window.hh,v 1.48 2003/02/16 17:57:53 rathnor Exp $
+// $Id: Window.hh,v 1.49 2003/02/17 22:41:24 fluxgen Exp $
 
 #ifndef	 WINDOW_HH
 #define	 WINDOW_HH
@@ -347,6 +347,7 @@ private:
 	
     int button_grab_x, button_grab_y; // handles last button press event for move
     int last_resize_x, last_resize_y; // handles last button press event for resize
+    int last_move_x, last_move_y; // handles last pos for non opaque moving
     unsigned int last_resize_h, last_resize_w; // handles height/width for resize "window"
 
     int focus_mode, window_number;
@@ -399,7 +400,7 @@ private:
     int m_layernum;
 
     enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE };
-
+  
 };
 
 
-- 
cgit v0.11.2