diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-12 22:17:20 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-12 22:17:20 -0500 |
| commit | 5080e843983b6aedbb2c1bee9aa6976deb681472 (patch) | |
| tree | 3069ceeee865e777b8117bd423f40a2075e0e461 /wintable/new/hscroll.h | |
| parent | d5b4d06cb4f572bea310f20e91ae4a73b49cc1de (diff) | |
Added wheel scrolling.
Diffstat (limited to 'wintable/new/hscroll.h')
| -rw-r--r-- | wintable/new/hscroll.h | 1 |
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; } |
