From b0f43a115909a810bca9bbfa664851703bfd43e1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 8 May 2007 22:29:39 +0000 Subject: don't focus splash screens and toolbars and menus when you click on them. or enter them. --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/event.c') diff --git a/openbox/event.c b/openbox/event.c index 44ae7b0a..a4090b0c 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -676,7 +676,7 @@ void event_enter_client(ObClient *client) { g_assert(config_focus_follow); - if (client_normal(client) && client_can_focus(client)) { + if (client_enter_focusable(client) && client_can_focus(client)) { if (config_focus_delay) { ObFocusDelayData *data; -- cgit v1.2.3