diff options
author | markt <markt> | 2007-12-09 20:47:41 (GMT) |
---|---|---|
committer | markt <markt> | 2007-12-09 20:47:41 (GMT) |
commit | 95f9c2d6806cf110597a992be45b17a3b13accd7 (patch) | |
tree | 21c6d41985a0c2f86f01701efcd6f5c1878948b2 /src/Screen.cc | |
parent | 0b416600779f9e3560eab178e3e4abfb09793d30 (diff) | |
download | fluxbox-95f9c2d6806cf110597a992be45b17a3b13accd7.zip fluxbox-95f9c2d6806cf110597a992be45b17a3b13accd7.tar.bz2 |
added OnTitlebar modifier to keys file
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() { |