wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 44a0d02c926c6c39d52fb85052c285ec1cc0cda4
parent 344f3d057358b83cf4f0787973b494851262fda7
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Mon, 27 Mar 2006 09:48:48 +0200

fixed some other swapping issues, now works like a charm


Diffstat:
cmd/wm/client.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/cmd/wm/client.c b/cmd/wm/client.c @@ -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)