xfree86: xf86Priv.h: unexport xf86xkbdirFlag field
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
cbfa63ddd9
commit
dcf6026928
|
@ -38,8 +38,6 @@
|
|||
#include "xf86Privstr.h"
|
||||
#include "input.h"
|
||||
|
||||
extern _X_EXPORT Bool xf86xkbdirFlag;
|
||||
|
||||
#ifdef HAVE_ACPI
|
||||
extern _X_EXPORT Bool xf86acpiDisableFlag;
|
||||
#endif
|
||||
|
|
|
@ -24,6 +24,7 @@ extern Bool xf86fpFlag;
|
|||
extern Bool xf86bsEnableFlag;
|
||||
extern Bool xf86bsDisableFlag;
|
||||
extern Bool xf86silkenMouseDisableFlag;
|
||||
extern Bool xf86xkbdirFlag;
|
||||
|
||||
/* xf86Cursor.c */
|
||||
void xf86LockZoom(ScreenPtr pScreen, int lock);
|
||||
|
|
Loading…
Reference in New Issue