summaryrefslogtreecommitdiff
path: root/wintable/update.h
diff options
context:
space:
mode:
Diffstat (limited to 'wintable/update.h')
-rw-r--r--wintable/update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/update.h b/wintable/update.h
index c4beea7..b04f445 100644
--- a/wintable/update.h
+++ b/wintable/update.h
@@ -4,7 +4,7 @@
// The control font changing is the big one, as that comes with a flag that decides whether or not to redraw everything. We'll need to respect that here.
// TODO actually use redraw here
-static void update(struct table *t, int redraw)
+static void update(struct table *t, BOOL redraw)
{
RECT client;
intptr_t i;