Browse Source

update

custom-dwm
Anselm R Garbe 17 years ago
parent
commit
956a430054
  1. 1
      dwm.c

1
dwm.c

@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
}
free(c);
focus(NULL);
arrange();
}
void

Loading…
Cancel
Save