Browse Source

thanks to Jukka

custom-dwm
Anselm R. Garbe 19 years ago
parent
commit
d96307cbe4
  1. 1
      client.c

1
client.c

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

Loading…
Cancel
Save