diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-02-15 20:44:13 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-02-15 20:44:13 +0000 |
commit | f105b8da11fcf337512b3c39da3368f98da07a33 (patch) | |
tree | 8d2c7b8ee5657f0d630bd50956819d77e2d071a5 /dix/tables.c | |
parent | 010d6effa6fa210251b12459882e88aeee82c2c0 (diff) |
Mark everything in dixsym.c as _X_EXPORT.
Diffstat (limited to 'dix/tables.c')
-rw-r--r-- | dix/tables.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dix/tables.c b/dix/tables.c index 5196f0e85..d5854ef57 100644 --- a/dix/tables.c +++ b/dix/tables.c @@ -77,7 +77,7 @@ int (* InitialVector[3]) ( ProcEstablishConnection }; -int (* ProcVector[256]) ( +_X_EXPORT int (* ProcVector[256]) ( ClientPtr /* client */ ) = { @@ -345,7 +345,7 @@ int (* SwappedProcVector[256]) ( SProcNoOperation }; -EventSwapPtr EventSwapVector[128] = +_X_EXPORT EventSwapPtr EventSwapVector[128] = { (EventSwapPtr)SErrorEvent, NotImplemented, @@ -385,7 +385,7 @@ EventSwapPtr EventSwapVector[128] = }; -ReplySwapPtr ReplySwapVector[256] = +_X_EXPORT ReplySwapPtr ReplySwapVector[256] = { ReplyNotSwappd, ReplyNotSwappd, |