mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 19:58:09 +02:00
Xi: set the right length for the XIQueryPointer reply.
This commit is contained in:
parent
00ab04d73c
commit
e7e94ff5fd
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ ProcXIQueryPointer(ClientPtr client)
|
|||
pSprite = pDev->spriteInfo->sprite;
|
||||
rep.repType = X_Reply;
|
||||
rep.RepType = X_XIQueryPointer;
|
||||
rep.length = 0;
|
||||
rep.length = 5;
|
||||
rep.sequenceNumber = client->sequence;
|
||||
rep.root = (GetCurrentRootWindow(pDev))->drawable.id;
|
||||
rep.root_x = FP1616(pSprite->hot.x, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue