diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-07 20:16:58 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-07 20:16:58 -0500 |
| commit | 6efc67d7e2163fd19deed4d3d3db37704a367bc4 (patch) | |
| tree | 45b896408e6dfcf493378b8c67992250acc14558 /wintable/new/main.c | |
| parent | 399b4639fee23d376691fc1e0123f414f4498fcd (diff) | |
More header control stuff: resize handling/header control repositioning.
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 496af07..84508bb 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -56,10 +56,12 @@ struct table { #include "events.h" #include "header.h" #include "children.h" +#include "resize.h" static const handlerfunc handlers[] = { eventHandlers, childrenHandlers, + resizeHandler, NULL, }; |
