mirror of
https://github.com/0intro/wmii
synced 2024-11-24 22:59:45 +03:00
Clear window tags on client_destroy.
This commit is contained in:
parent
3798957c3b
commit
366420f459
@ -335,8 +335,10 @@ client_destroy(Client *c) {
|
||||
|
||||
none = nil;
|
||||
client_setviews(c, &none);
|
||||
if(starting >= 0)
|
||||
if(starting >= 0) {
|
||||
client_unmap(c, WithdrawnState);
|
||||
delproperty(&c->w, "_WMII_TAGS");
|
||||
}
|
||||
refree(&c->tagre);
|
||||
refree(&c->tagvre);
|
||||
free(c->retags);
|
||||
|
Loading…
Reference in New Issue
Block a user