From f61d5f7cada6fa2eb0c457e4bf7d820a4aeb004e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 27 Jun 2018 13:28:23 +0200 Subject: Support background and border color in Widget/Tx and Widget/Ch. --- include/mupdf/pdf/annot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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]); -- cgit v1.2.3