mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
dix: remove wrong InputInfo.pointer usage - should be pDev instead.
This commit is contained in:
parent
639658b2ea
commit
31301861c1
1 changed files with 1 additions and 1 deletions
|
|
@ -5233,7 +5233,7 @@ CheckCursorConfinement(WindowPtr pWin)
|
|||
if (grab && (confineTo = grab->confineTo))
|
||||
{
|
||||
if (!BorderSizeNotEmpty(pDev, confineTo))
|
||||
(*inputInfo.pointer->deviceGrab.DeactivateGrab)(pDev);
|
||||
(*pDev->deviceGrab.DeactivateGrab)(pDev);
|
||||
else if ((pWin == confineTo) || IsParent(pWin, confineTo))
|
||||
ConfineCursorToWindow(pDev, confineTo, TRUE, TRUE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue