commit c66a1f9261a72f46f837600b936c7e2c572e82f9 parent 22387a539280727df396b0c261e3cbee22b85686 Author: Anselm R. Garbe <garbeam@wmii.de> Date: Sat, 11 Mar 2006 20:59:40 +0100 draw_client issues should also be done for all other cases ;) Diffstat:
| cmd/wm/area.c | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/cmd/wm/area.c b/cmd/wm/area.c @@ -109,9 +109,8 @@ select_area(Area *a, char *arg) t->sel = i; if(new->nframe) focus_client(new->frame[new->sel]->client); - else - for(i = 0; i < a->nframe; i++) - draw_client(a->frame[i]->client); + for(i = 0; i < a->nframe; i++) + draw_client(a->frame[i]->client); } void