diff options
Diffstat (limited to 'platform/java/mupdf_native.h')
-rw-r--r-- | platform/java/mupdf_native.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/platform/java/mupdf_native.h b/platform/java/mupdf_native.h index 2ccaf01f..8bfe3480 100644 --- a/platform/java/mupdf_native.h +++ b/platform/java/mupdf_native.h @@ -1423,16 +1423,16 @@ extern "C" { #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CIRCLE 2L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_DIAMOND #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_DIAMOND 3L -#undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_OPENARROW -#define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_OPENARROW 4L -#undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CLOSEDARROW -#define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CLOSEDARROW 5L +#undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_OPEN_ARROW +#define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_OPEN_ARROW 4L +#undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CLOSED_ARROW +#define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_CLOSED_ARROW 5L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_BUTT #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_BUTT 6L -#undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_ROPENARR -#define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_ROPENARR 7L -#undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_RCLOSEDARROW -#define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_RCLOSEDARROW 8L +#undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_R_OPEN_ARROW +#define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_R_OPEN_ARROW 7L +#undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_R_CLOSED_ARROW +#define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_R_CLOSED_ARROW 8L #undef com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_SLASH #define com_artifex_mupdf_fitz_PDFAnnotation_LINE_ENDING_SLASH 9L /* |