summaryrefslogtreecommitdiff
path: root/src/Postscript.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-13 16:03:08 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-13 16:03:08 +0000
commitaa60a0e14a2f186f1b8d282fdc377889a32fada9 (patch)
tree6ef5107cd97d51c2e5660f9afc696c4d7cd2dae5 /src/Postscript.H
parentbe8b4a78d6bcfd5738864cea03f8a218724f6397 (diff)
- add save/restore for tags - minor fixes for tag handling
- add save/restore for tags - minor fixes for tag handling
Diffstat (limited to 'src/Postscript.H')
-rw-r--r--src/Postscript.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Postscript.H b/src/Postscript.H
index bd4b4c2..72c4492 100644
--- a/src/Postscript.H
+++ b/src/Postscript.H
@@ -1,5 +1,5 @@
//
-// "$Id: Postscript.H,v 1.2 2004/07/09 21:27:00 hofmann Exp $"
+// "$Id: Postscript.H,v 1.3 2004/10/13 18:03:08 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -59,6 +59,7 @@ class PSWriter {
char * size_format;
char * text_format;
char * glyph_format;
+ char * tag_format;
void write_string(FILE *out, char *s);
void write_internal_format(FILE *out);
int write_text(FILE *out, PSText *t);