summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-06-27 13:28:23 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-07-05 15:32:34 +0200
commitf61d5f7cada6fa2eb0c457e4bf7d820a4aeb004e (patch)
treeb92dc3a755329f8bd03a5f0c34b12cce7f020f7f /include
parent50c9fd363dfd2f0e169541a91b2074444adafa28 (diff)
downloadmupdf-f61d5f7cada6fa2eb0c457e4bf7d820a4aeb004e.tar.xz
Support background and border color in Widget/Tx and Widget/Ch.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/pdf/annot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mupdf/pdf/annot.h b/include/mupdf/pdf/annot.h
index 9ba30d1b..bd4e8722 100644
--- a/include/mupdf/pdf/annot.h
+++ b/include/mupdf/pdf/annot.h
@@ -167,6 +167,9 @@ void pdf_annot_color(fz_context *ctx, pdf_annot *annot, int *n, float color[4]);
void pdf_annot_interior_color(fz_context *ctx, pdf_annot *annot, int *n, float color[4]);
int pdf_annot_quadding(fz_context *ctx, pdf_annot *annot);
+void pdf_annot_MK_BG(fz_context *ctx, pdf_annot *annot, int *n, float color[4]);
+void pdf_annot_MK_BC(fz_context *ctx, pdf_annot *annot, int *n, float color[4]);
+
int pdf_annot_quad_point_count(fz_context *ctx, pdf_annot *annot);
void pdf_annot_quad_point(fz_context *ctx, pdf_annot *annot, int i, float qp[8]);