diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:13:10 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:51:20 -0400 |
commit | bd0e87c74789bd5447ec731aa2d2d6e05dd54abc (patch) | |
tree | aa18bd4666fd2e9c366a50dd693a7e7b7588fee1 /mi/mibitblt.c | |
parent | ee5e07bc22f0c3af7a412b6bc430eae6a1dafe16 (diff) |
Remove a bunch of unused API from the mi export list.
Diffstat (limited to 'mi/mibitblt.c')
-rw-r--r-- | mi/mibitblt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mi/mibitblt.c b/mi/mibitblt.c index 168b91564..99375b660 100644 --- a/mi/mibitblt.c +++ b/mi/mibitblt.c @@ -73,7 +73,7 @@ extern int ffs(int); * set them in the destination with SetSpans * We let SetSpans worry about clipping to the destination. */ -_X_EXPORT RegionPtr +RegionPtr miCopyArea(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, @@ -549,7 +549,7 @@ miOpqStipDrawable(DrawablePtr pDraw, GCPtr pGC, RegionPtr prgnSrc, * build a source clip * Use the bitmap we've built up as a Stipple for the destination */ -_X_EXPORT RegionPtr +RegionPtr miCopyPlane( DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GCPtr pGC, |