From d704b3ca62a50569bc036a1d81afb536ebfa7d0d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 20 May 2008 18:22:24 +0200 Subject: [PATCH] Do focus menus with the mouse. --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index cb1d6160..09f3e5b9 100644 --- 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); -- 2.34.1