summaryrefslogtreecommitdiff
path: root/wintable/new/hscroll.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-12-12 22:17:20 -0500
committerPietro Gagliardi <[email protected]>2014-12-12 22:17:20 -0500
commit5080e843983b6aedbb2c1bee9aa6976deb681472 (patch)
tree3069ceeee865e777b8117bd423f40a2075e0e461 /wintable/new/hscroll.h
parentd5b4d06cb4f572bea310f20e91ae4a73b49cc1de (diff)
Added wheel scrolling.
Diffstat (limited to 'wintable/new/hscroll.h')
-rw-r--r--wintable/new/hscroll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/hscroll.h b/wintable/new/hscroll.h
index a2534b5..1560490 100644
--- a/wintable/new/hscroll.h
+++ b/wintable/new/hscroll.h
@@ -13,6 +13,7 @@ static struct scrollParams hscrollParams(struct table *t)
p.length = t->width;
p.scale = 1;
p.post = repositionHeader;
+ p.wheelCarry = &(t->hwheelCarry);
return p;
}