commit 1c281c415b0737b629c942b7cb4d39b079ffafff
parent 33c9c936fb89a2c55ad5f4f8d398b8a07561202a
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Wed, 18 Jan 2006 18:55:15 +0200
fixed pager index drawing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/wm/wm.c b/cmd/wm/wm.c
@@ -142,7 +142,7 @@ draw_pager_layout(Layout *l, Draw * d)
static void
draw_pager_page(Page * p, Draw * d)
{
- unsigned int idx = 0;
+ unsigned int idx = 1;
char name[4];
initial_rect = d->rect;
Page *page;