summaryrefslogtreecommitdiff
path: root/wintable/update.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-01-08 01:48:22 -0500
committerPietro Gagliardi <[email protected]>2015-01-08 01:48:22 -0500
commit592ae7a987d2b795c5f508a17520b313f8d17481 (patch)
tree5f9fa2435a282c6d23a0ca00d22e539b6e019337 /wintable/update.h
parent1dcdcd522cf1e63fd61f4ca376d4108a775a1565 (diff)
Minor correctness, consistency, and predictability changes.
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;