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/mibitblt.c | |
parent | 6ad4325b87889e1aada9333d750b7bb586c38b52 (diff) |
Mark everything in misym.c as _X_EXPORT.
Diffstat (limited to 'mi/mibitblt.c')
-rw-r--r-- | mi/mibitblt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mi/mibitblt.c b/mi/mibitblt.c index 0caad083f..b7fb4cc5d 100644 --- a/mi/mibitblt.c +++ b/mi/mibitblt.c @@ -75,7 +75,7 @@ extern int ffs(int); * set them in the destination with SetSpans * We let SetSpans worry about clipping to the destination. */ -RegionPtr +_X_EXPORT RegionPtr miCopyArea(pSrcDrawable, pDstDrawable, pGC, xIn, yIn, widthSrc, heightSrc, xOut, yOut) register DrawablePtr pSrcDrawable; @@ -553,7 +553,7 @@ miOpqStipDrawable(pDraw, pGC, prgnSrc, pbits, srcx, w, h, dstx, dsty) * build a source clip * Use the bitmap we've built up as a Stipple for the destination */ -RegionPtr +_X_EXPORT RegionPtr miCopyPlane(pSrcDrawable, pDstDrawable, pGC, srcx, srcy, width, height, dstx, dsty, bitPlane) DrawablePtr pSrcDrawable; @@ -647,7 +647,7 @@ miCopyPlane(pSrcDrawable, pDstDrawable, * XY format: * get the single plane specified in planemask */ -void +_X_EXPORT void miGetImage(pDraw, sx, sy, w, h, format, planeMask, pDst) DrawablePtr pDraw; int sx, sy, w, h; @@ -748,7 +748,7 @@ miGetImage(pDraw, sx, sy, w, h, format, planeMask, pDst) * ZPixmap format: * This part is simple, just call SetSpans */ -void +_X_EXPORT void miPutImage(pDraw, pGC, depth, x, y, w, h, leftPad, format, pImage) DrawablePtr pDraw; GCPtr pGC; |