aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 92d20d7..9cefd55 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -547,6 +547,7 @@ private:
547 int m_last_resize_x, m_last_resize_y; // handles last button press event for resize 547 int m_last_resize_x, m_last_resize_y; // handles last button press event for resize
548 int m_last_move_x, m_last_move_y; // handles last pos for non opaque moving 548 int m_last_move_x, m_last_move_y; // handles last pos for non opaque moving
549 int m_last_resize_h, m_last_resize_w; // handles height/width for resize "window" 549 int m_last_resize_h, m_last_resize_w; // handles height/width for resize "window"
550 int m_last_pressed_button;
550 551
551 timeval m_last_keypress_time; 552 timeval m_last_keypress_time;
552 553