diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-02-15 19:05:55 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-02-15 19:05:55 +0000 |
commit | 3fe482c77e7b3e46739d011d8bbdee527d7a42fc (patch) | |
tree | 333387f5ce4518f0ae7d1a4084ee6efa9d7773c0 /mi/mipolytext.c | |
parent | 6ad4325b87889e1aada9333d750b7bb586c38b52 (diff) |
Mark everything in misym.c as _X_EXPORT.
Diffstat (limited to 'mi/mipolytext.c')
-rw-r--r-- | mi/mipolytext.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mi/mipolytext.c b/mi/mipolytext.c index c2bbaba38..2ce94fee8 100644 --- a/mi/mipolytext.c +++ b/mi/mipolytext.c @@ -92,7 +92,7 @@ miPolyText(pDraw, pGC, x, y, count, chars, fontEncoding) } -int +_X_EXPORT int miPolyText8(pDraw, pGC, x, y, count, chars) DrawablePtr pDraw; GCPtr pGC; @@ -115,7 +115,7 @@ miPolyText8(pDraw, pGC, x, y, count, chars) } -int +_X_EXPORT int miPolyText16(pDraw, pGC, x, y, count, chars) DrawablePtr pDraw; GCPtr pGC; @@ -163,7 +163,7 @@ miImageText(pDraw, pGC, x, y, count, chars, fontEncoding) } -void +_X_EXPORT void miImageText8(pDraw, pGC, x, y, count, chars) DrawablePtr pDraw; GCPtr pGC; @@ -182,7 +182,7 @@ miImageText8(pDraw, pGC, x, y, count, chars) } -void +_X_EXPORT void miImageText16(pDraw, pGC, x, y, count, chars) DrawablePtr pDraw; GCPtr pGC; |