diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-06 16:18:21 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-06 16:18:21 -0400 |
commit | c6d6d3e87a472b641d883a6c000f96e5bdf48532 (patch) | |
tree | f43ad138ba9d4314019b2c58ac2ddd43c5024e32 /dix/gc.c | |
parent | 8a5b89e8e184f4cbf33c6dee0b06e61d8f857576 (diff) |
Loader: Unexport a handful of consumerless symbols from dixsym.
Diffstat (limited to 'dix/gc.c')
-rw-r--r-- | dix/gc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |