fix a crasher hopefully
This commit is contained in:
parent
cf397b0e60
commit
7ca410e663
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue