summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2013-02-26 16:08:12 +0000
committerRobin Watts <robin.watts@artifex.com>2013-02-26 19:01:49 +0000
commit5d6087bbce6ad9177244f823f38eee802a2aa23c (patch)
tree42d9d502d7e4bdf50d6b1ec21560da0844386360 /fitz/fitz-internal.h
parent4553555e8bab6f749ae007664ad6745ee816e4bf (diff)
downloadmupdf-5d6087bbce6ad9177244f823f38eee802a2aa23c.tar.xz
Implement annotation deletion, with necessary changes to partial update
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index 0c801ed2..7f9beace 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -1201,6 +1201,11 @@ void fz_prepare_t3_glyph(fz_context *ctx, fz_font *font, int gid, int nestedDept
fz_annot *fz_create_annot(fz_interactive *idoc, fz_page *page, fz_annot_type type);
/*
+ fz_delete_annot: delete an annotation
+*/
+void fz_delete_annot(fz_interactive *idoc, fz_page *page, fz_annot *annot);
+
+/*
fz_set_annot_appearance: update the appearance of an annotation based
on a display list.
*/