diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-12-18 12:35:57 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-12-18 12:39:08 -0500 |
commit | 777408914dbf395e9969e3f34720286e6f740369 (patch) | |
tree | 75e17887324b0778c84c3d54ad9d8a8d20719cf7 /Xext/xace.c | |
parent | 9e4ef3cfe5ee178c266edd64a8edd767827aa0d7 (diff) |
Add xace headers to the SDK when enabled and export the XaceHooks symbol
to modules.
Diffstat (limited to 'Xext/xace.c')
-rw-r--r-- | Xext/xace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xace.c b/Xext/xace.c index 8a8f8c61d..c7583197d 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "gcstruct.h" #include "xacestr.h" -CallbackListPtr XaceHooks[XACE_NUM_HOOKS] = {0}; +_X_EXPORT CallbackListPtr XaceHooks[XACE_NUM_HOOKS] = {0}; /* Special-cased hook functions. Called by Xserver. */ |