diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/pdfdraw.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/pdfdraw.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/pdfdraw.h b/Build/source/texk/dvipdfm-x/pdfdraw.h index bc1ef14324b..febe4412393 100644 --- a/Build/source/texk/dvipdfm-x/pdfdraw.h +++ b/Build/source/texk/dvipdfm-x/pdfdraw.h @@ -1,6 +1,6 @@ /* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2002-2016 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2002-2020 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. Copyright (C) 1998, 1999 by Mark A. Wicks <mwicks@kettering.edu> @@ -167,4 +167,8 @@ extern void pdf_dev_set_color (const pdf_color *color, char mask, int forc #define pdf_dev_set_strokingcolor(c) pdf_dev_set_color(c, 0, 0); #define pdf_dev_set_nonstrokingcolor(c) pdf_dev_set_color(c, 0x20, 0); +extern void pdf_dev_xgstate_push (pdf_obj *object); +extern void pdf_dev_xgstate_pop (void); +extern int pdf_dev_reset_xgstate (int force); + #endif /* _PDF_DRAW_H_ */ |