summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index bc2079017..4fe9b942a 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -64,6 +64,7 @@ struct content_handler {
struct box *box,
struct object_params *params);
void (*close)(struct content *c);
+ struct selection * (*get_selection)(struct content *c);
nserror (*clone)(const struct content *old, struct content **newc);
bool (*matches_quirks)(const struct content *c, bool quirks);
content_type (*type)(lwc_string *mime_type);