summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/picture.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/picture.h')
-rw-r--r--Build/source/utils/asymptote/picture.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/picture.h b/Build/source/utils/asymptote/picture.h
index 44fd72363d4..cd46aeb50f0 100644
--- a/Build/source/utils/asymptote/picture.h
+++ b/Build/source/utils/asymptote/picture.h
@@ -56,6 +56,7 @@ public:
bool havelabels();
bool have3D();
+ bool havepng();
bbox bounds();
bbox3 bounds3();
@@ -75,7 +76,8 @@ public:
bool postprocess(const string& prename, const string& outname,
const string& outputformat, double magnification,
- bool wait, bool view, bool pdftex, bool svgformat);
+ bool wait, bool view, bool pdftex, bool epsformat,
+ bool svg);
// Ship the picture out to PostScript & TeX files.
bool shipout(picture* preamble, const string& prefix,