mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 20:58:52 +00:00
dix: Ignore devices when deleting passive core grabs.
This commit is contained in:
@@ -406,7 +406,7 @@ DeletePassiveGrabFromList(GrabPtr pMinuendGrab)
|
||||
grab = grab->next)
|
||||
{
|
||||
if ((CLIENT_BITS(grab->resource) != CLIENT_BITS(pMinuendGrab->resource)) ||
|
||||
!GrabMatchesSecond(grab, pMinuendGrab, FALSE))
|
||||
!GrabMatchesSecond(grab, pMinuendGrab, (grab->coreGrab)))
|
||||
continue;
|
||||
if (GrabSupersedesSecond(pMinuendGrab, grab))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user