diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-07 18:43:05 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-07 18:43:05 -0500 |
| commit | 399b4639fee23d376691fc1e0123f414f4498fcd (patch) | |
| tree | 469388deeae6684addb82478a669cbb995ae649e /wintable/new/main.c | |
| parent | 04787b169a8b0078cee7e5bdaaf3c8a69559941c (diff) | |
More header support code, including header notification scaffolding.
Diffstat (limited to 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index 35f37b0..496af07 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -55,9 +55,11 @@ struct table { #include "coord.h" #include "events.h" #include "header.h" +#include "children.h" static const handlerfunc handlers[] = { eventHandlers, + childrenHandlers, NULL, }; |
