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:
Enrico Weigelt, metux IT consult 2025-05-21 11:41:26 +02:00
parent 663030e9d0
commit cbfa63ddd9
2 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,6 @@
#include "xf86Privstr.h"
#include "input.h"
extern _X_EXPORT Bool xf86silkenMouseDisableFlag;
extern _X_EXPORT Bool xf86xkbdirFlag;
#ifdef HAVE_ACPI

View File

@ -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);