mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
Revert "dmx: claim we support XI 2."
This reverts commit 8da8a0fec4.
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
b268458eab
commit
ba666a969e
1 changed files with 1 additions and 1 deletions
|
|
@ -865,7 +865,7 @@ static void dmxInputScanForExtensions(DMXInputInfo *dmxInput, int doXI)
|
|||
|
||||
/* Print out information about the XInput Extension. */
|
||||
handler = XSetExtensionErrorHandler(dmxInputExtensionErrorHandler);
|
||||
ext = XQueryInputVersion(display, XI_2_Major, XI_2_Minor);
|
||||
ext = XGetExtensionVersion(display, INAME);
|
||||
XSetExtensionErrorHandler(handler);
|
||||
|
||||
if (!ext || ext == (XExtensionVersion *)NoSuchExtension) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue