summaryrefslogtreecommitdiff
path: root/wintable/scroll.h
diff options
context:
space:
mode:
Diffstat (limited to 'wintable/scroll.h')
-rw-r--r--wintable/scroll.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wintable/scroll.h b/wintable/scroll.h
index 1f333a8..9da2565 100644
--- a/wintable/scroll.h
+++ b/wintable/scroll.h
@@ -54,6 +54,9 @@ static void scrollto(struct table *t, int which, struct scrollParams *p, intptr_
if (p->post != NULL)
(*(p->post))(t);
+
+ // EVENT_OBJECT_CONTENTSCROLLED is Vista and up only
+ // TODO send state changes for all affected rows/cells?
}
static void scrollby(struct table *t, int which, struct scrollParams *p, intptr_t delta)