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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c
index 0ad1d30..1a33e41 100644
--- a/wintable/new/main.c
+++ b/wintable/new/main.c
@@ -54,6 +54,8 @@ struct table {
int *columnTypes;
intptr_t width;
intptr_t headerHeight;
+ intptr_t hscrollpos;
+ intptr_t hpagesize;
};
#include "util.h"
@@ -72,6 +74,7 @@ static const handlerfunc handlers[] = {
resizeHandler,
drawHandlers,
apiHandlers,
+ hscrollHandler,
NULL,
};