Stop event handler chain after client is destroyed.

This commit is contained in:
Kris Maglione 2010-06-18 16:44:30 -04:00
parent a33719f9d4
commit e1f621dba0
1 changed files with 1 additions and 1 deletions

View File

@ -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