Adding fix for attachbottom patch

pull/32/head
bakkeby 4 years ago
parent 11b47dda99
commit a84f1b01d2

@ -34,8 +34,9 @@ attachx(Client *c)
for (at = c->mon->clients; at && at->next; at = at->next);
if (at) {
at->next = c;
c->next = NULL;
return;
}
#endif
attach(c); // master (default)
}
}

Loading…
Cancel
Save