mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
@@ -43,11 +43,11 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#include "xkb/xkbfile_priv.h"
|
||||
#include "xkb/xkbfmisc_priv.h"
|
||||
#include "xkb/xkbrules_priv.h"
|
||||
#include "xkb/xkbsrv_priv.h"
|
||||
|
||||
#include "inputstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "windowstr.h"
|
||||
#include <xkbsrv.h>
|
||||
|
||||
#define PRE_ERROR_MSG "\"The XKEYBOARD keymap compiler (xkbcomp) reports:\""
|
||||
#define ERROR_PREFIX "\"> \""
|
||||
|
||||
@@ -116,4 +116,11 @@ extern DevPrivateKeyRec xkbDevicePrivateKeyRec;
|
||||
|
||||
#define XKBDEVICEINFO(dev) ((xkbDeviceInfoPtr)dixLookupPrivate(&(dev)->devPrivates, &xkbDevicePrivateKeyRec))
|
||||
|
||||
extern int XkbReqCode;
|
||||
extern int XkbEventBase;
|
||||
extern int XkbKeyboardErrorCode;
|
||||
extern const char *XkbBaseDirectory;
|
||||
extern const char *XkbBinDirectory;
|
||||
extern CARD32 xkbDebugFlags;
|
||||
|
||||
#endif /* _XSERVER_XKBSRV_PRIV_H_ */
|
||||
|
||||
Reference in New Issue
Block a user