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/Toolbar.cc | |
parent | 0b416600779f9e3560eab178e3e4abfb09793d30 (diff) | |
download | fluxbox_pavel-95f9c2d6806cf110597a992be45b17a3b13accd7.zip fluxbox_pavel-95f9c2d6806cf110597a992be45b17a3b13accd7.tar.bz2 |
added OnTitlebar modifier to keys file
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 3639df7..f67311c 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -527,7 +527,7 @@ void Toolbar::reconfigure() { | |||
527 | void Toolbar::buttonPressEvent(XButtonEvent &be) { | 527 | void Toolbar::buttonPressEvent(XButtonEvent &be) { |
528 | WindowCmd<void>::setWindow(0); | 528 | WindowCmd<void>::setWindow(0); |
529 | if (Fluxbox::instance()->keys()->doAction(be.type, be.state, be.button, | 529 | if (Fluxbox::instance()->keys()->doAction(be.type, be.state, be.button, |
530 | Keys::ON_TOOLBAR)) | 530 | Keys::ON_TOOLBAR, be.time)) |
531 | return; | 531 | return; |
532 | if (be.button == 1) | 532 | if (be.button == 1) |
533 | raise(); | 533 | raise(); |