diff options
Diffstat (limited to 'xfixes/xfixes.c')
-rw-r--r-- | xfixes/xfixes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfixes/xfixes.c b/xfixes/xfixes.c index aadbc0d10..d1225c6f3 100644 --- a/xfixes/xfixes.c +++ b/xfixes/xfixes.c @@ -55,7 +55,7 @@ static unsigned char XFixesReqCode; int XFixesEventBase; -_X_EXPORT int XFixesErrorBase; +int XFixesErrorBase; static int XFixesClientPrivateKeyIndex; static DevPrivateKey XFixesClientPrivateKey = &XFixesClientPrivateKeyIndex; |