diff options
Diffstat (limited to 'dix/pixmap.c')
-rw-r--r-- | dix/pixmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dix/pixmap.c b/dix/pixmap.c index 78ce2a8c6..527b0f0b2 100644 --- a/dix/pixmap.c +++ b/dix/pixmap.c @@ -51,7 +51,7 @@ from The Open Group. /* callable by ddx */ -PixmapPtr +_X_EXPORT PixmapPtr GetScratchPixmapHeader(ScreenPtr pScreen, int width, int height, int depth, int bitsPerPixel, int devKind, pointer pPixData) { @@ -74,7 +74,7 @@ GetScratchPixmapHeader(ScreenPtr pScreen, int width, int height, int depth, /* callable by ddx */ -void +_X_EXPORT void FreeScratchPixmapHeader(PixmapPtr pPixmap) { if (pPixmap) @@ -107,7 +107,7 @@ FreeScratchPixmapsForScreen(int scrnum) /* callable by ddx */ -PixmapPtr +_X_EXPORT PixmapPtr AllocatePixmap(ScreenPtr pScreen, int pixDataSize) { PixmapPtr pPixmap; |