mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 17:10:05 +01:00
mi: Remove #ifdef XINPUT, kdrive otherwise won't get events.
This commit is contained in:
parent
942086fc96
commit
58d12c99ab
1 changed files with 0 additions and 2 deletions
|
|
@ -475,9 +475,7 @@ InitExtensions(int argc, char *argv[])
|
|||
#ifdef MULTIBUFFER
|
||||
if (!noMultibufferExtension) MultibufferExtensionInit();
|
||||
#endif
|
||||
#if defined(XINPUT)
|
||||
if (!noXInputExtension) XInputExtensionInit();
|
||||
#endif
|
||||
#ifdef XTEST
|
||||
if (!noTestExtensions) XTestExtensionInit();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue