mirror of https://github.com/0intro/wmii
Stop event handler chain after client is destroyed.
This commit is contained in:
parent
a33719f9d4
commit
e1f621dba0
|
@ -969,7 +969,7 @@ unmap_event(Window *w, void *aux, XUnmapEvent *e) {
|
|||
c->w.unmapped++;
|
||||
if(e->send_event || c->w.unmapped < 0)
|
||||
client_destroy(c);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
Loading…
Reference in New Issue