summaryrefslogtreecommitdiff
path: root/xkb/xkb.c
diff options
context:
space:
mode:
Diffstat (limited to 'xkb/xkb.c')
-rw-r--r--xkb/xkb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xkb/xkb.c b/xkb/xkb.c
index 90ce011e9..24cf91598 100644
--- a/xkb/xkb.c
+++ b/xkb/xkb.c
@@ -43,11 +43,11 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/extensions/XI.h>
-_X_EXPORT int XkbEventBase;
+int XkbEventBase;
static int XkbErrorBase;
-_X_EXPORT int XkbReqCode;
-_X_EXPORT int XkbKeyboardErrorCode;
-_X_EXPORT CARD32 xkbDebugFlags = 0;
+int XkbReqCode;
+int XkbKeyboardErrorCode;
+CARD32 xkbDebugFlags = 0;
static CARD32 xkbDebugCtrls = 0;
static RESTYPE RT_XKBCLIENT;