X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fevent.c;h=05024e72a9a59eaffc83debe8ef1461ebab86654;hb=7ca410e66357706e36ea740b49d899be832da671;hp=6df7098e58e9dac9b21f4ec90aeb793130f053a4;hpb=cf397b0e60efb0b90ccd3add468bbf128e47e323;p=chaz%2Fopenbox 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)