drop xf86sFlag
This commit is contained in:
parent
48677523d1
commit
f244916c75
|
@ -166,7 +166,6 @@ const char *xf86VisualNames[] = {
|
|||
|
||||
/* Parameters set only from the command line */
|
||||
Bool xf86fpFlag = FALSE;
|
||||
Bool xf86sFlag = FALSE;
|
||||
Bool xf86bsEnableFlag = FALSE;
|
||||
Bool xf86bsDisableFlag = FALSE;
|
||||
Bool xf86silkenMouseDisableFlag = FALSE;
|
||||
|
|
|
@ -1026,11 +1026,6 @@ ddxProcessArgument(int argc, char **argv, int i)
|
|||
xf86bsEnableFlag = TRUE;
|
||||
return 0;
|
||||
}
|
||||
/* Notice the -s flag, but allow it to pass to the dix layer */
|
||||
if (!strcmp(argv[i], "-s")) {
|
||||
xf86sFlag = TRUE;
|
||||
return 0;
|
||||
}
|
||||
if (!strcmp(argv[i], "-pixmap32") || !strcmp(argv[i], "-pixmap24")) {
|
||||
/* silently accept */
|
||||
return 1;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "xf86Privstr.h"
|
||||
#include "input.h"
|
||||
|
||||
extern _X_EXPORT Bool xf86sFlag;
|
||||
extern _X_EXPORT Bool xf86bsEnableFlag;
|
||||
extern _X_EXPORT Bool xf86bsDisableFlag;
|
||||
extern _X_EXPORT Bool xf86silkenMouseDisableFlag;
|
||||
|
|
Loading…
Reference in New Issue