diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2009-12-18 07:05:07 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-12-18 07:05:07 (GMT) |
commit | 46261a8284730a16d664fa89423fc5728ed284b4 (patch) | |
tree | c81d7962fe924f5bfca44dc0254304cb537544b9 /src/Window.hh | |
parent | 79859c94482e4602eb22c35b988027ab199734a6 (diff) | |
download | fluxbox-46261a8284730a16d664fa89423fc5728ed284b4.zip fluxbox-46261a8284730a16d664fa89423fc5728ed284b4.tar.bz2 |
implemented 'MoveN' and 'ClickN' support in keys file.
the hardcoded 'OnTitlebar Mouse1 :Raise' (see Window.cc, FluxboxWindow::buttonPressEvent())
is disabled for now, should be added to fluxbox-update_configs
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
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 | ||