Do focus menus with the mouse.
authorMikael Magnusson <mikachu@comhem.se>
Tue, 20 May 2008 16:22:24 +0000 (18:22 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Sun, 19 Sep 2010 15:55:23 +0000 (17:55 +0200)
openbox/client.c

index 421ad5b0fecb001be9864b769e1d83182925a46c..028c82f351a96f6482d7dc00135273fc2de3a907 100644 (file)
@@ -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);