diff options
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 509fff0..330d721 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -68,6 +68,7 @@ struct table { #include "events.h" #include "scroll.h" #include "hscroll.h" +#include "vscroll.h" #include "header.h" #include "children.h" #include "resize.h" @@ -81,6 +82,7 @@ static const handlerfunc handlers[] = { drawHandlers, apiHandlers, hscrollHandler, + vscrollHandler, NULL, }; |
