aboutsummaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h')
-rw-r--r--print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h b/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h
index 283cff6824d8..66eb4be06bd9 100644
--- a/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h
+++ b/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h
@@ -1,6 +1,6 @@
---- texk/xdvik/dvi-init.h.orig 2014-09-02 18:41:34.000000000 +0900
-+++ texk/xdvik/dvi-init.h 2015-01-31 21:02:18.000000000 +0900
-@@ -100,6 +100,12 @@
+--- texk/xdvik/dvi-init.h.orig 2013-03-31 05:28:20 UTC
++++ texk/xdvik/dvi-init.h
+@@ -100,6 +100,12 @@ struct glyph {
char *pixmap2_gc2; /* separate image data for drawing image to globals.gc.fore2 */
#endif /* GREY */
struct bitmap bitmap2; /* shrunken bitmap for character */
@@ -13,7 +13,7 @@
};
/*
-@@ -131,6 +137,9 @@
+@@ -131,6 +137,9 @@ struct macro {
#define FONT_IN_USE 1 /* used for housekeeping */
#define FONT_LOADED 2 /* if font file has been read */
#define FONT_VIRTUAL 4 /* if font is virtual */
@@ -23,7 +23,7 @@
/* forward declarations */
struct font;
-@@ -156,6 +165,11 @@
+@@ -156,6 +165,11 @@ struct font {
struct glyph *glyph;
/* these fields are used by (loaded) virtual fonts */
struct font **vf_table; /* list of fonts used by this vf */
@@ -35,7 +35,7 @@
struct tn *vf_chain; /* ditto, if TeXnumber >= VFTABLELEN */
struct font *first_font; /* first font defined */
struct macro *macro;
-@@ -175,6 +189,7 @@
+@@ -175,6 +189,7 @@ struct tn {
};