diff options
| author | Pietro Gagliardi <[email protected]> | 2015-01-08 01:55:45 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-01-08 01:55:45 -0500 |
| commit | ce64650aadf1f7dd751a1f753dff920ba1652edf (patch) | |
| tree | a4fdecd9310e2a74ab54cc53eef3cfc308d7efaa /wintable/main.h | |
| parent | 592ae7a987d2b795c5f508a17520b313f8d17481 (diff) | |
Added updateAll() and resolved WM_SETFONT to begin the final reasoning-through of update().
Diffstat (limited to 'wintable/main.h')
| -rw-r--r-- | wintable/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
