diff options
Diffstat (limited to 'art_svp_vpath_stroke.h')
-rw-r--r-- | art_svp_vpath_stroke.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/art_svp_vpath_stroke.h b/art_svp_vpath_stroke.h index 41a9d7b..890dc88 100644 --- a/art_svp_vpath_stroke.h +++ b/art_svp_vpath_stroke.h @@ -23,9 +23,11 @@ /* Sort vector paths into sorted vector paths. */ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_svp.h" #include "art_vpath.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_svp.h> #include <libart_lgpl/art_vpath.h> #endif @@ -46,7 +48,7 @@ typedef enum { ART_PATH_STROKE_CAP_SQUARE } ArtPathStrokeCapType; -ArtSVP * +LIBART_EXPORT ArtSVP * art_svp_vpath_stroke (ArtVpath *vpath, ArtPathStrokeJoinType join, ArtPathStrokeCapType cap, @@ -55,7 +57,7 @@ art_svp_vpath_stroke (ArtVpath *vpath, double flatness); /* This version may have winding numbers exceeding 1. */ -ArtVpath * +LIBART_EXPORT ArtVpath * art_svp_vpath_stroke_raw (ArtVpath *vpath, ArtPathStrokeJoinType join, ArtPathStrokeCapType cap, |