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/miglblt.c | |
parent | 6ad4325b87889e1aada9333d750b7bb586c38b52 (diff) |
Mark everything in misym.c as _X_EXPORT.
Diffstat (limited to 'mi/miglblt.c')
-rw-r--r-- | mi/miglblt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mi/miglblt.c b/mi/miglblt.c index 12d0aa932..beca1a0b6 100644 --- a/mi/miglblt.c +++ b/mi/miglblt.c @@ -83,7 +83,7 @@ with the sample server. use the bitmap in a call to PushPixels */ -void +_X_EXPORT void miPolyGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase) DrawablePtr pDrawable; GC *pGC; @@ -196,7 +196,7 @@ miPolyGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase) } -void +_X_EXPORT void miImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase) DrawablePtr pDrawable; GC *pGC; |