summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/xdvi.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-01 19:07:53 +0000
committerKarl Berry <karl@freefriends.org>2020-03-01 19:07:53 +0000
commitdeedcbb2fcadc2f06b4bb1c656d9ad7f5c3bdf6e (patch)
tree8596a499b7d36159ece01812e395d3a25c5a3456 /Build/source/texk/xdvik/xdvi.h
parentfc2d83ae62921a4df1b666b7964fd299929fd5f2 (diff)
import 22.87.04 from sourceforge
git-svn-id: svn://tug.org/texlive/trunk@53986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/xdvi.h')
-rw-r--r--Build/source/texk/xdvik/xdvi.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/Build/source/texk/xdvik/xdvi.h b/Build/source/texk/xdvik/xdvi.h
index 3b0600cc8ea..41cc3fcdfda 100644
--- a/Build/source/texk/xdvik/xdvi.h
+++ b/Build/source/texk/xdvik/xdvi.h
@@ -1,6 +1,6 @@
/*========================================================================*\
-Copyright (c) 1990-2014 Paul Vojta
+Copyright (c) 1990-2019 Paul Vojta
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
@@ -91,18 +91,6 @@ in xdvi.c.
#endif
/*
- * If this is set to 1, xdvi will explicitly clear the internal GS
- * buffer after every page that contained a PS special (figure etc.)
- * to avoid artifacts with later PS specials (overlapping lines etc.);
- * see also bug #633420. This workaround will slow down the drawing of
- * the next page considerably. Currently xdvi also sometimes dies with
- * `Internal error in beginheader_gs()'
- * when paging quickly through a file with this hack enabled.
- * Set to 0 to disable the hack.
- */
-#define GS_PIXMAP_CLEARING_HACK 1
-
-/*
* Define to 1 if you want to use the experimental font creation code
*/
#define DELAYED_MKTEXPK 0
@@ -1055,9 +1043,6 @@ extern Boolean ignore_papersize_specials;
extern Boolean have_raw_postscript;
#if PS
extern struct psprocs psp, no_ps_procs;
-# ifdef PS_GS
-extern Boolean had_ps_specials;
-# endif
#endif
#ifdef MAGICK