diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-08 15:04:43 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-08 15:04:43 -0500 |
| commit | 9b3555f25714252f7739a5d941563c95d718dc73 (patch) | |
| tree | 9d469ca5509d4ec63f31d18e7742781e6d64730c /wintable/new/main.c | |
| parent | 01efbd750f7dfeb8c27afc92f3403fa07f1bc1c4 (diff) | |
Readded api.h, for WM_GETFONT/WM_SETFONT. We'll need this to re-add rowHeight().
Diffstat (limited to 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index 1c097fd..d296fc3 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -49,6 +49,7 @@ static void (*tablePanic)(const char *, DWORD) = NULL; struct table { HWND hwnd; HWND header; + HFONT font; }; #include "util.h" @@ -58,12 +59,14 @@ struct table { #include "children.h" #include "resize.h" #include "draw.h" +#include "api.h" static const handlerfunc handlers[] = { eventHandlers, childrenHandlers, resizeHandler, drawHandlers, + apiHandlers, NULL, }; |
