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:
c9273c9
)
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@gmail.com>
Sun, 19 Sep 2010 15:55:23 +0000
(17:55 +0200)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 421ad5b0fecb001be9864b769e1d83182925a46c..028c82f351a96f6482d7dc00135273fc2de3a907 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2688,7
+2688,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);