projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9801465
)
Do focus menus with the mouse.
author
Mikael Magnusson
<mikachu@comhem.se>
Tue, 20 May 2008 16:22:24 +0000
(18:22 +0200)
committer
Mikael Magnusson
<mikachu@comhem.se>
Tue, 20 May 2008 16:22:24 +0000
(18:22 +0200)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index cb1d6160b56a55f61cce9e0f0ef3831ac81d0940..09f3e5b9c1eb2464803162d7ebfea3f4ab6f41b2 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2607,7
+2607,7
@@
gboolean client_helper(ObClient *self)
gboolean client_mouse_focusable(ObClient *self)
{
- return !(
self->type == OB_CLIENT_TYPE_MENU ||
+ return !(
/*self->type == OB_CLIENT_TYPE_MENU ||*/
self->type == OB_CLIENT_TYPE_TOOLBAR ||
self->type == OB_CLIENT_TYPE_SPLASH ||
self->type == OB_CLIENT_TYPE_DOCK);