summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/protos.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-29 23:30:47 +0000
committerKarl Berry <karl@freefriends.org>2020-02-29 23:30:47 +0000
commit810eb77b962e31dc585406153dbd26b1730fca99 (patch)
treef128d8cb4f1ab44b2bc2d15ceb934e0f263de592 /Build/source/texk/dvipsk/protos.h
parenta0ed0ffbda4a0a7b1d95edddb1cfab20e252ea5b (diff)
%%ViewingOrientation comment to cope with wrong Distiller autorotation, if the bitmap font encoding is enabled and at least one bitmap font is used
git-svn-id: svn://tug.org/texlive/trunk@53979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/protos.h')
-rw-r--r--Build/source/texk/dvipsk/protos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/protos.h b/Build/source/texk/dvipsk/protos.h
index 3de2aedd139..9264626c22f 100644
--- a/Build/source/texk/dvipsk/protos.h
+++ b/Build/source/texk/dvipsk/protos.h
@@ -423,4 +423,7 @@ extern char realnameoffile[];
/* global variables from tfmload.c */
extern FILE *tfmfile;
+/* global variables from loadfont.c */
+extern int bitmapfontseen ;
+
#endif