mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 11:40:15 +01: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:
parent
4f2cd0ed96
commit
7b4f3616f7
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue