mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Xi: whoops, stray ! caused a bit of memory mess.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user