diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index ebcaaed..7682075 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -849,7 +849,8 @@ void BScreen::buttonPressEvent(XButtonEvent &be) { | |||
849 | 849 | ||
850 | Keys *keys = Fluxbox::instance()->keys(); | 850 | Keys *keys = Fluxbox::instance()->keys(); |
851 | WindowCmd<void>::setWindow(FocusControl::focusedFbWindow()); | 851 | WindowCmd<void>::setWindow(FocusControl::focusedFbWindow()); |
852 | keys->doAction(be.type, be.state, be.button, Keys::GLOBAL|Keys::ON_DESKTOP); | 852 | keys->doAction(be.type, be.state, be.button, Keys::GLOBAL|Keys::ON_DESKTOP, |
853 | be.time); | ||
853 | } | 854 | } |
854 | 855 | ||
855 | void BScreen::notifyUngrabKeyboard() { | 856 | void BScreen::notifyUngrabKeyboard() { |