diff options
Diffstat (limited to 'render/picture.h')
-rw-r--r-- | render/picture.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/render/picture.h b/render/picture.h index 66c85c56f..087e54d7a 100644 --- a/render/picture.h +++ b/render/picture.h @@ -169,11 +169,11 @@ typedef enum _PictFormatShort { #define PictureCmapPolicyColor 3 #define PictureCmapPolicyAll 4 -extern _X_EXPORT int PictureCmapPolicy; +extern int PictureCmapPolicy; -extern _X_EXPORT int PictureParseCmapPolicy(const char *name); +extern int PictureParseCmapPolicy(const char *name); -extern _X_EXPORT int RenderErrBase; +extern int RenderErrBase; /* Fixed point updates from Carl Worth, USC, Information Sciences Institute */ |