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@comhem.se>
Tue, 20 May 2008 16:22:24 +0000 (18:22 +0200)
openbox/client.c

index cb1d6160b56a55f61cce9e0f0ef3831ac81d0940..09f3e5b9c1eb2464803162d7ebfea3f4ab6f41b2 100644 (file)
@@ -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);