summaryrefslogtreecommitdiff
path: root/mi/mipushpxl.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-02-15 19:05:55 +0000
committerAdam Jackson <ajax@nwnk.net>2006-02-15 19:05:55 +0000
commit3fe482c77e7b3e46739d011d8bbdee527d7a42fc (patch)
tree333387f5ce4518f0ae7d1a4084ee6efa9d7773c0 /mi/mipushpxl.c
parent6ad4325b87889e1aada9333d750b7bb586c38b52 (diff)
Mark everything in misym.c as _X_EXPORT.
Diffstat (limited to 'mi/mipushpxl.c')
-rw-r--r--mi/mipushpxl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/mipushpxl.c b/mi/mipushpxl.c
index 5fce1cae7..9cdb09af9 100644
--- a/mi/mipushpxl.c
+++ b/mi/mipushpxl.c
@@ -79,7 +79,7 @@ bitsizeof(int) padding and sacnline unit == bitsizeof(int).)
* in order to have both (MSB_FIRST and LSB_FIRST) versions of this
* in the server, we need to rename one of them
*/
-void
+_X_EXPORT void
miPushPixels(pGC, pBitMap, pDrawable, dx, dy, xOrg, yOrg)
GCPtr pGC;
PixmapPtr pBitMap;