From 7ca410e66357706e36ea740b49d899be832da671 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Oct 2003 14:38:45 +0000 Subject: [PATCH] fix a crasher hopefully --- openbox/event.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/event.c b/openbox/event.c index 6df7098e..05024e72 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -321,6 +321,8 @@ static void event_client_dest(ObClient *client, gpointer data) focus_in = NULL; if (client == focus_out) focus_out = NULL; + if (client == focus_hilite) + focus_hilite = NULL; } static void event_done(gpointer data) -- 2.39.2