diff options
Diffstat (limited to 'wintable/new/coord.h')
| -rw-r--r-- | wintable/new/coord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/coord.h b/wintable/new/coord.h index f0a0ec2..52a70c9 100644 --- a/wintable/new/coord.h +++ b/wintable/new/coord.h @@ -161,4 +161,4 @@ static void toCellContentRect(struct table *t, RECT *r, LRESULT xoff, intptr_t w r->bottom = r->top + height; } -#define toCheckboxRect(t, r) toCellContentRect(t, r, 0, t->checkboxWidth, t->checkboxHeight) +#define toCheckboxRect(t, r, xoff) toCellContentRect(t, r, xoff, t->checkboxWidth, t->checkboxHeight) |
