Make SVGDIR a variable
[xboard.git] / draw.h
diff --git a/draw.h b/draw.h
index cf6ceab..517e067 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -68,6 +68,7 @@ void DrawSegment P((int x, int y, int *lastX, int *lastY, int p));
 void DrawRectangle P((int left, int top, int right, int bottom, int side, int style));
 void DrawEvalText P((char *buf, int cbBuf, int y));
 extern Option *disp;
+extern char svgDir[];
 
 // defined in evaldraw.c
 float Color P((char *col, int n));