Fix typo in ProcRenderCreateAnimCursor.
This commit is contained in:
		
							parent
							
								
									557dbadf3b
								
							
						
					
					
						commit
						7d85169c7a
					
				| 
						 | 
				
			
			@ -1857,7 +1857,7 @@ ProcRenderCreateAnimCursor (ClientPtr client)
 | 
			
		|||
    elt = (xAnimCursorElt *) (stuff + 1);
 | 
			
		||||
    for (i = 0; i < ncursor; i++)
 | 
			
		||||
    {
 | 
			
		||||
	ret = dixLookupResourceByType((pointer *)(cursors + 1), elt->cursor,
 | 
			
		||||
	ret = dixLookupResourceByType((pointer *)(cursors + i), elt->cursor,
 | 
			
		||||
				      RT_CURSOR, client, DixReadAccess);
 | 
			
		||||
	if (ret != Success)
 | 
			
		||||
	{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue