summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.h
diff options
context:
space:
mode:
authorjoye <joye>2014-06-04 17:01:46 (GMT)
committerjoye <joye>2014-06-04 17:01:46 (GMT)
commit32cb8bf3e3c83fc994d5ef93a897951411d3638b (patch)
tree8eb79497e713496a0bc9d3972ad886fa31849375 /src/bltGrPSOutput.h
parent3a09f3af0eb560eb8ebb4f7c843ade55076cf0f4 (diff)
downloadblt-32cb8bf3e3c83fc994d5ef93a897951411d3638b.zip
blt-32cb8bf3e3c83fc994d5ef93a897951411d3638b.tar.gz
blt-32cb8bf3e3c83fc994d5ef93a897951411d3638b.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.h')
-rw-r--r--src/bltGrPSOutput.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h
index 2b1cea7..04a0803 100644
--- a/src/bltGrPSOutput.h
+++ b/src/bltGrPSOutput.h
@@ -33,7 +33,6 @@
#include <tk.h>
#define POSTSCRIPT_BUFSIZ ((BUFSIZ*2)-1)
-#define PS_MAXPECT (1<<4)
class Graph;
class PageSetup;
@@ -51,7 +50,7 @@ class PostScript {
void byteToHex(unsigned char, char*);
void setJoinStyle(int);
void setCapStyle(int);
- int includeFile(const char*);
+ void prolog();
public:
PostScript(Graph*);