summaryrefslogtreecommitdiff
path: root/wintable/new/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'wintable/new/main.c')
-rw-r--r--wintable/new/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c
index cc27111..1c097fd 100644
--- a/wintable/new/main.c
+++ b/wintable/new/main.c
@@ -57,11 +57,13 @@ struct table {
#include "header.h"
#include "children.h"
#include "resize.h"
+#include "draw.h"
static const handlerfunc handlers[] = {
eventHandlers,
childrenHandlers,
resizeHandler,
+ drawHandlers,
NULL,
};