Xi: QueryDevicePointer doesn't have a shared field anymore.
This commit is contained in:
		
							parent
							
								
									b885588756
								
							
						
					
					
						commit
						921c298c4c
					
				| 
						 | 
					@ -113,7 +113,6 @@ ProcXQueryDevicePointer(ClientPtr client)
 | 
				
			||||||
    rep.rootX = pSprite->hot.x;
 | 
					    rep.rootX = pSprite->hot.x;
 | 
				
			||||||
    rep.rootY = pSprite->hot.y;
 | 
					    rep.rootY = pSprite->hot.y;
 | 
				
			||||||
    rep.child = None;
 | 
					    rep.child = None;
 | 
				
			||||||
    rep.shared = (pDev->spriteInfo->spriteOwner) ? xFalse : xTrue;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (pSprite->hot.pScreen == pWin->drawable.pScreen)
 | 
					    if (pSprite->hot.pScreen == pWin->drawable.pScreen)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue