From: Mikael Magnusson Date: Tue, 20 May 2008 16:22:24 +0000 (+0200) Subject: Do focus menus with the mouse. X-Git-Tag: mikabox-3.4.7.2~38 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d704b3ca62a50569bc036a1d81afb536ebfa7d0d;p=mikachu%2Fopenbox.git Do focus menus with the mouse. --- 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);