summaryrefslogtreecommitdiff
path: root/Xi/listdev.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-04-26 19:55:59 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-04-26 19:55:59 +0930
commit684b5d8382bf0bc6cd55774226ee362e81c0adbf (patch)
treeef4245a38a117d10049560a4077ad76ed15e7d72 /Xi/listdev.c
parent87071b604c4b7c3c79ab784e2c09ff691e2bc5ad (diff)
Xi: whoops, stray ! caused a bit of memory mess.
Diffstat (limited to 'Xi/listdev.c')
-rw-r--r--Xi/listdev.c2
1 files changed, 1 insertions, 1 deletions
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)