summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/pdfdev.h
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2015-01-06 22:43:51 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2015-01-06 22:43:51 +0000
commitdef4d95ae5f2fcdf35c809ed0abe570d03e3c639 (patch)
tree5a67580ef943a9fd30104acf418fe8d8181625b0 /Build/source/texk/dvipdfm-x/pdfdev.h
parentb847134fc8e83f0ef5195d3df1d6baa15d49d465 (diff)
Fix https://sourceforge.net/p/xetex/bugs/105/
git-svn-id: svn://tug.org/texlive/trunk@35972 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/pdfdev.h')
-rw-r--r--Build/source/texk/dvipdfm-x/pdfdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/pdfdev.h b/Build/source/texk/dvipdfm-x/pdfdev.h
index 1d839096484..f6529185c41 100644
--- a/Build/source/texk/dvipdfm-x/pdfdev.h
+++ b/Build/source/texk/dvipdfm-x/pdfdev.h
@@ -205,7 +205,7 @@ extern void pdf_dev_set_param (int param_type, int value);
/* Force reselecting font and color:
* XFrom (content grabbing) and Metapost support want them.
*/
-extern void pdf_dev_reset_fonts (void);
+extern void pdf_dev_reset_fonts (int newpage);
extern void pdf_dev_reset_color (int force);
/* Initialization of transformation matrix with M and others.