mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-10 08:10:19 +01:00
dmx: for now, don't acknowledge SDs.
This commit is contained in:
parent
5bcd9e8953
commit
3ff2f3a00e
1 changed files with 2 additions and 0 deletions
|
|
@ -921,6 +921,7 @@ static void dmxInputScanForExtensions(DMXInputInfo *dmxInput, int doXI)
|
|||
}
|
||||
}
|
||||
break;
|
||||
#if 0
|
||||
case IsXExtensionDevice:
|
||||
case IsXExtensionKeyboard:
|
||||
case IsXExtensionPointer:
|
||||
|
|
@ -942,6 +943,7 @@ static void dmxInputScanForExtensions(DMXInputInfo *dmxInput, int doXI)
|
|||
}
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
XFreeDeviceList(devices);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue