mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(!1799) xkb: unexport internal variables
These aren't used by any drivers/modules, and it doesn't seem make much sense doing so, thus no need to keep them exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -213,14 +213,6 @@ typedef struct {
|
||||
|
||||
/***====================================================================***/
|
||||
|
||||
extern _X_EXPORT int XkbReqCode;
|
||||
extern _X_EXPORT int XkbEventBase;
|
||||
extern _X_EXPORT int XkbKeyboardErrorCode;
|
||||
extern _X_EXPORT const char *XkbBaseDirectory;
|
||||
extern _X_EXPORT const char *XkbBinDirectory;
|
||||
|
||||
extern _X_EXPORT CARD32 xkbDebugFlags;
|
||||
|
||||
#define Status int
|
||||
|
||||
extern _X_EXPORT void XkbUseMsg(void
|
||||
|
||||
Reference in New Issue
Block a user