summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-03-03 17:43:55 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-03-15 09:47:01 +0100
commit07ec723092058672698d068ec498581dd0bc9505 (patch)
tree5c95909dd784a1fc1fa0e5187c997fa55298de8e /include
parent1d267afe7b13af8835f3b2f4de44972282f96911 (diff)
downloadmupdf-07ec723092058672698d068ec498581dd0bc9505.tar.xz
Add PDF_ANNOT_UNKNOWN enum.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/annot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mupdf/pdf/annot.h b/include/mupdf/pdf/annot.h
index 49ae9246..f8806728 100644
--- a/include/mupdf/pdf/annot.h
+++ b/include/mupdf/pdf/annot.h
@@ -27,7 +27,8 @@ typedef enum
PDF_ANNOT_PRINTER_MARK,
PDF_ANNOT_TRAP_NET,
PDF_ANNOT_WATERMARK,
- PDF_ANNOT_3D
+ PDF_ANNOT_3D,
+ PDF_ANNOT_UNKNOWN = -1
} fz_annot_type;
const char *pdf_string_from_annot_type(fz_annot_type type);