Adding fix for attachbottom patch
This commit is contained in:
parent
11b47dda99
commit
a84f1b01d2
@ -34,6 +34,7 @@ attachx(Client *c)
|
||||
for (at = c->mon->clients; at && at->next; at = at->next);
|
||||
if (at) {
|
||||
at->next = c;
|
||||
c->next = NULL;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user