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_protected.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index a1d6c7076..d9a021f3e 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -65,6 +65,8 @@ struct content_handler { struct object_params *params); void (*close)(struct content *c); struct selection * (*get_selection)(struct content *c); + void (*get_contextual_content)(struct content *c, int x, int y, + struct contextual_content *data); nserror (*clone)(const struct content *old, struct content **newc); bool (*matches_quirks)(const struct content *c, bool quirks); content_type (*type)(void); -- cgit v1.2.3