mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
fixed pager index drawing
This commit is contained in:
parent
33c9c936fb
commit
1c281c415b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user