projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a18c6
)
allow click-raising on the titlebar again!
author
Dana Jansens
<danakj@orodu.net>
Thu, 28 Nov 2002 06:52:22 +0000
(06:52 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 28 Nov 2002 06:52:22 +0000
(06:52 +0000)
src/Window.cc
patch
|
blob
|
history
diff --git
a/src/Window.cc
b/src/Window.cc
index a7b4f1a7786e72d2cddeb5133cddb2cae44aa44d..7b971eda0c18b98215d11f904d9d0ad78abbb07a 100644
(file)
--- a/
src/Window.cc
+++ b/
src/Window.cc
@@
-3141,7
+3141,7
@@
void BlackboxWindow::buttonPressEvent(const XButtonEvent *be) {
if (windowmenu && windowmenu->isVisible()) windowmenu->hide();
- if (be->state
== mod_mask &&
getScreen()->doRaiseOnMoveResize())
+ if (be->state
!= mod_mask ||
getScreen()->doRaiseOnMoveResize())
screen->getWorkspace(blackbox_attrib.workspace)->raiseWindow(this);
}
} else if (be->button == 2 && (be->window != frame.iconify_button) &&