mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: add deviceid to QueryDevicePointer request.
Why not, we had the padding anyway. Suggested by Jim Gettys on the X.Org mailing list.
This commit is contained in:
@@ -113,6 +113,7 @@ ProcXQueryDevicePointer(ClientPtr client)
|
||||
rep.rootX = pSprite->hot.x;
|
||||
rep.rootY = pSprite->hot.y;
|
||||
rep.child = None;
|
||||
rep.deviceid = pDev->id;
|
||||
|
||||
if (pSprite->hot.pScreen == pWin->drawable.pScreen)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user