From 35edade6f30d2cd581c74769e753b975573337f0 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 fa2f2a3d..323f7276 100644 --- 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); -- 2.34.1