From 7ea5ffea73c8924ee53b1a24d8db76518efb3fe3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 06:00:52 +0000 Subject: [PATCH] add sloppy focus --- plugins/focus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/focus.c b/plugins/focus.c index c4b7738a..b713a849 100644 --- a/plugins/focus.c +++ b/plugins/focus.c @@ -86,6 +86,7 @@ static void events(ObEvent *e, void *foo) case Event_X_EnterNotify: if (e->data.x.client && client_normal(e->data.x.client)) client_focus(e->data.x.client); + break; default: g_assert_not_reached(); -- 2.39.2