diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-11 14:38:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-11 14:38:45 +0000 |
| commit | 7ca410e66357706e36ea740b49d899be832da671 (patch) | |
| tree | 18bc87ffce73105b50042df4aa1e159bc44727e8 /openbox | |
| parent | cf397b0e60efb0b90ccd3add468bbf128e47e323 (diff) | |
fix a crasher hopefully
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
