aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-12-09 20:47:41 (GMT)
committermarkt <markt>2007-12-09 20:47:41 (GMT)
commit95f9c2d6806cf110597a992be45b17a3b13accd7 (patch)
tree21c6d41985a0c2f86f01701efcd6f5c1878948b2 /src/Screen.cc
parent0b416600779f9e3560eab178e3e4abfb09793d30 (diff)
downloadfluxbox-95f9c2d6806cf110597a992be45b17a3b13accd7.zip
fluxbox-95f9c2d6806cf110597a992be45b17a3b13accd7.tar.bz2
added OnTitlebar modifier to keys file
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc3
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
855void BScreen::notifyUngrabKeyboard() { 856void BScreen::notifyUngrabKeyboard() {