summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-02-14 09:48:19 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-02-14 09:48:19 +1030
commit921c298c4cdd2c879403ebdacbef48129058cad4 (patch)
tree142bee64139899e68df15df1e7dbe000890de725
parentb885588756450e2fa25fdd191e300e1c5dd37ec3 (diff)
Xi: QueryDevicePointer doesn't have a shared field anymore.
-rw-r--r--Xi/querydp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xi/querydp.c b/Xi/querydp.c
index 629d8ef88..310334693 100644
--- a/Xi/querydp.c
+++ b/Xi/querydp.c
@@ -113,7 +113,6 @@ ProcXQueryDevicePointer(ClientPtr client)
rep.rootX = pSprite->hot.x;
rep.rootY = pSprite->hot.y;
rep.child = None;
- rep.shared = (pDev->spriteInfo->spriteOwner) ? xFalse : xTrue;
if (pSprite->hot.pScreen == pWin->drawable.pScreen)
{