mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 08:10:14 +01:00
dmx: claim we support XI 2.
We don't really, yet, but at least we get the full device list this way.
This commit is contained in:
parent
6f1d5147cb
commit
8da8a0fec4
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 = XGetExtensionVersion(display, INAME);
|
||||
ext = XQueryInputVersion(display, XI_2_Major, XI_2_Minor);
|
||||
XSetExtensionErrorHandler(handler);
|
||||
|
||||
if (!ext || ext == (XExtensionVersion *)NoSuchExtension) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue