diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:13 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:13 +0000 |
commit | b2f1a4e879d3013974e41674dbf684d816f1aa95 (patch) | |
tree | 08292d39f5b0592c01946a2a754a93329ef599d3 /z51.c | |
parent | 7d292f1247e3287fb07a9a12377217ce8942cf09 (diff) | |
download | lout-b2f1a4e879d3013974e41674dbf684d816f1aa95.tar.gz |
Lout 3.30.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@29 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z51.c')
-rw-r--r-- | z51.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ /*@z51.c:Plain Text Back End:Plain_BackEnd@***********************************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.29) */ -/* COPYRIGHT (C) 1991, 2003 Jeffrey H. Kingston */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.30) */ +/* COPYRIGHT (C) 1991, 2004 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */ /* School of Information Technologies */ @@ -630,6 +630,7 @@ static struct back_end_rec plain_back = { STR_PLAINTEXT, /* string name of the back end */ FALSE, /* TRUE if @Scale is available */ FALSE, /* TRUE if @Rotate is available */ + FALSE, /* TRUE if @VMirror, @HMirror avail */ FALSE, /* TRUE if @Graphic is available */ FALSE, /* TRUE if @IncludeGraphic is avail. */ TRUE, /* TRUE if @PlainGraphic is avail. */ @@ -650,6 +651,8 @@ static struct back_end_rec plain_back = { Plain_CoordTranslate, Plain_CoordRotate, Plain_CoordScale, + NULL, + NULL, Plain_SaveGraphicState, Plain_RestoreGraphicState, Plain_PrintGraphicObject, |