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:
19ca539
)
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>
Sat, 11 Oct 2014 00:17:20 +0000
(
02:17
+0200)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index fa2f2a3d0e49af31d213b045c3345b414aad0e81..323f7276a27d202cce30856d45404a779ccccf25 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2828,7
+2828,7
@@
gboolean client_occupies_space(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);