commit 853fa6c9152ec0afac12beeace8b700d6b0dbdc0 parent e5ecb84d2d1363ca19adb1a06b8080fedf4576c6 Author: Anselm R. Garbe <garbeam@wmii.de> Date: Wed, 1 Mar 2006 08:59:42 +0100 applied sumik's patch Diffstat:
| cmd/wm/column.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/cmd/wm/column.c b/cmd/wm/column.c @@ -24,6 +24,9 @@ arrange_column(Area *col) size_t i, yoff; unsigned int h; + if(!col->nclient) + return; + switch(col->mode) { case COL_EQUAL: h = col->rect.height;