From 684b5d8382bf0bc6cd55774226ee362e81c0adbf Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Sat, 26 Apr 2008 19:55:59 +0930 Subject: [PATCH] Xi: whoops, stray ! caused a bit of memory mess. --- Xi/listdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xi/listdev.c b/Xi/listdev.c index fc2748e41..b588c247d 100644 --- a/Xi/listdev.c +++ b/Xi/listdev.c @@ -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)