1
0
Fork 1
mirror of https://git.suckless.org/dwm synced 2025-02-20 15:07:26 -08:00

thanks to Jukka

This commit is contained in:
Anselm R. Garbe 2007-05-14 16:24:01 +02:00
parent 124866e269
commit d96307cbe4

View file

@ -389,7 +389,6 @@ updatetitle(Client *c) {
void void
unmanage(Client *c) { unmanage(Client *c) {
Client *nc;
XWindowChanges wc; XWindowChanges wc;
wc.border_width = c->oldborder; wc.border_width = c->oldborder;