summaryrefslogtreecommitdiff
path: root/src/svg.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-10-28 19:22:04 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-10-28 19:22:04 (GMT)
commitf54797cfbda8b7e667fd5294bbca3b885d1b18de (patch)
treece7520fdb0d7151f2646a49a1cac58dc292f12ce /src/svg.h
parent45e5cdea69183374166484baa8cef47c40bfb722 (diff)
fixes for test suite and gcc
Diffstat (limited to 'src/svg.h')
-rw-r--r--src/svg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svg.h b/src/svg.h
index 776595e..828dc39 100644
--- a/src/svg.h
+++ b/src/svg.h
@@ -11,9 +11,9 @@ namespace OpenSCAD {
#define SVG_PXW 480
#define SVG_PXH 480
-static int svg_cursor_py = 0;
-static int svg_px_width = SVG_PXW;
-static int svg_px_height = SVG_PXH;
+extern int svg_cursor_py;
+extern int svg_px_width;
+extern int svg_px_height;
std::string svg_header( int widthpx = SVG_PXW, int heightpx = SVG_PXH );
std::string svg_label( std::string s );
contact: Jan Huwald // Impressum