mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 17:30:13 +01:00
Xi: whoops, stray ! caused a bit of memory mess.
This commit is contained in:
parent
87071b604c
commit
684b5d8382
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ ProcXListInputDevices(ClientPtr client)
|
|||
|
||||
AddOtherInputDevices();
|
||||
|
||||
if (!pXIClient->major_version >= XI_2_Major) {
|
||||
if (pXIClient->major_version >= XI_2_Major) {
|
||||
for (d = inputInfo.devices; d; d = d->next) {
|
||||
rc = XaceHook(XACE_DEVICE_ACCESS, client, d, DixGetAttrAccess);
|
||||
if (rc != Success)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue