fixed some other swapping issues, now works like a charm

This commit is contained in:
Anselm R. Garbe 2006-03-27 09:48:48 +02:00
parent 344f3d0573
commit 44a0d02c92

View File

@ -537,7 +537,9 @@ Swaparea:
a->frame[j]->area = a;
o->frame[o->sel] = f;
f->area = o;
c = a->frame[j]->client;
arrange_column(o);
draw_client(f->client);
}
else if(!strncmp(arg, "up", 3)) {
if(j)