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