From 6778bd722d965a40dc4f0a03aac84ed03527f6d6 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 421ad5b0..028c82f3 100644 --- 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); -- 2.34.1