mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 18:54:38 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user