Xi: whoops, stray ! caused a bit of memory mess.
This commit is contained in:
		
							parent
							
								
									87071b604c
								
							
						
					
					
						commit
						684b5d8382
					
				| 
						 | 
				
			
			@ -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…
	
		Reference in New Issue