From 4075648e7a6c2c0881ecb758d61a461ea303789b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 6 Sep 2011 18:07:30 +0000 Subject: Content interface to get at contextual content at point. svn path=/trunk/netsurf/; revision=12753 --- 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 1b2a8d097..21c8954c9 100644 --- a/content/content.h +++ b/content/content.h @@ -158,6 +158,8 @@ void content_open(struct hlcache_handle *h, struct browser_window *bw, struct object_params *params); 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); /* Member accessors */ content_type content_get_type(struct hlcache_handle *c); -- cgit v1.2.3