summaryrefslogtreecommitdiff
path: root/dix/gc.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-06 16:18:21 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-06 16:18:21 -0400
commitc6d6d3e87a472b641d883a6c000f96e5bdf48532 (patch)
treef43ad138ba9d4314019b2c58ac2ddd43c5024e32 /dix/gc.c
parent8a5b89e8e184f4cbf33c6dee0b06e61d8f857576 (diff)
Loader: Unexport a handful of consumerless symbols from dixsym.
Diffstat (limited to 'dix/gc.c')
-rw-r--r--dix/gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dix/gc.c b/dix/gc.c
index 83f48d4e3..b9256940d 100644
--- a/dix/gc.c
+++ b/dix/gc.c
@@ -1049,7 +1049,7 @@ FreeDefaultStipple(int screenNum)
(*pScreen->DestroyPixmap)(pScreen->PixmapPerDepth[0]);
}
-_X_EXPORT int
+int
SetDashes(GCPtr pGC, unsigned offset, unsigned ndash, unsigned char *pdash)
{
long i;
@@ -1155,7 +1155,7 @@ VerifyRectOrder(int nrects, xRectangle *prects, int ordering)
return -1;
}
-_X_EXPORT int
+int
SetClipRects(GCPtr pGC, int xOrigin, int yOrigin, int nrects,
xRectangle *prects, int ordering)
{