Browse Source

applied Sander's patch as well

custom-dwm
Anselm R.Garbe 20 years ago
parent
commit
895902b57a
  1. 3
      client.c

3
client.c

@ -467,8 +467,7 @@ zoom(Arg *arg)
}
/* pop */
if(sel->prev)
sel->prev->next = sel->next;
sel->prev->next = sel->next;
if(sel->next)
sel->next->prev = sel->prev;
sel->prev = NULL;

Loading…
Cancel
Save