]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
fix a crasher hopefully
[chaz/openbox] / openbox / event.c
index 6df7098e58e9dac9b21f4ec90aeb793130f053a4..05024e72a9a59eaffc83debe8ef1461ebab86654 100644 (file)
@@ -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)
This page took 0.022424 seconds and 4 git commands to generate.