From ce64650aadf1f7dd751a1f753dff920ba1652edf Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 8 Jan 2015 01:55:45 -0500 Subject: Added updateAll() and resolved WM_SETFONT to begin the final reasoning-through of update(). --- wintable/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wintable/main.h') diff --git a/wintable/main.h b/wintable/main.h index ba85e7a..ff86c35 100644 --- a/wintable/main.h +++ b/wintable/main.h @@ -103,8 +103,9 @@ struct table { // forward declaration (TODO needed?) static LRESULT notify(struct table *, UINT, intptr_t, intptr_t, uintptr_t); -// necessary forward declaration +// necessary forward declarations static void update(struct table *, BOOL); +static void updateAll(struct table *); #include "util.h" #include "coord.h" -- cgit v1.2.3