diff options
Diffstat (limited to 'art_render_mask.h')
-rw-r--r-- | art_render_mask.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art_render_mask.h b/art_render_mask.h index 639a5d9..d672c96 100644 --- a/art_render_mask.h +++ b/art_render_mask.h @@ -26,8 +26,10 @@ #define __ART_RENDER_MASK_H__ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_render.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_render.h> #endif @@ -35,7 +37,7 @@ extern "C" { #endif /* __cplusplus */ -void +LIBART_EXPORT void art_render_mask (ArtRender *render, int x0, int y0, int x1, int y1, const art_u8 *mask_buf, int rowstride); |