Xi: XINPUT has been mandatory for ages
Ditch all #ifdef XINPUT, since it's always built. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
This commit is contained in:
committed by
Peter Hutterer
parent
4cf2f4172a
commit
889a8dc02b
@@ -68,12 +68,9 @@
|
||||
#include "dgaproc.h"
|
||||
#endif
|
||||
|
||||
#ifdef XINPUT
|
||||
#include <X11/extensions/XI.h>
|
||||
#include <X11/extensions/XIproto.h>
|
||||
#else
|
||||
#include "inputstr.h"
|
||||
#endif
|
||||
#include "xf86Xinput.h"
|
||||
|
||||
#include "mi.h"
|
||||
|
||||
@@ -383,9 +383,6 @@ _X_HIDDEN void *dixLookupTab[] = {
|
||||
#ifdef PANORAMIX
|
||||
SYMVAR(noPanoramiXExtension)
|
||||
#endif
|
||||
|
||||
SYMVAR(noXInputExtension)
|
||||
|
||||
#ifdef XSELINUX
|
||||
SYMVAR(noSELinuxExtension)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user