From 4856a4c1fba73c5ae20723cc1e5f93f5b0bfbefc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 29 Nov 2011 17:47:29 +0000 Subject: Pass scroll wheel action into contents. Handle scrolling of box scrollbars and iframes. svn path=/trunk/netsurf/; revision=13200 --- content/content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 3fd0bd63a..6e900922a 100644 --- a/content/content.h +++ b/content/content.h @@ -175,6 +175,8 @@ void content_close(struct hlcache_handle *h); struct selection *content_get_selection(struct hlcache_handle *h); void content_get_contextual_content(struct hlcache_handle *h, int x, int y, struct contextual_content *data); +bool content_scroll_at_point(struct hlcache_handle *h, + int x, int y, int scrx, int scry); struct content_rfc5988_link *content_find_rfc5988_link(struct hlcache_handle *c, lwc_string *rel); -- cgit v1.2.3