wmii

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

commit c9e7b1b913171d82049fd0ac3a1dd7902ef781ba
parent ee3d76b7449903e4e5591b78a7f1c51199aebe3c
Author: garbeam <garbeam@localhost>
Date:   Wed,  4 Jan 2006 17:34:18 +0200

fixed focus bug in layout_column


Diffstat:
cmd/wm/layout_column.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/wm/layout_column.c b/cmd/wm/layout_column.c @@ -427,7 +427,7 @@ focus_col(Frame * f, Bool raise) old = col->sel; acme->sel = col; col->sel = cell; - sel_client(f->sel); + focus_client(f->sel); a->file[A_SEL_FRAME]->content = f->file[F_PREFIX]->content; if(raise) center_pointer(f);