dix: fix wrong cast of eventMask into CreateGrab.
This commit is contained in:
parent
023f959e68
commit
bedfd561fa
|
@ -457,7 +457,7 @@ DeletePassiveGrabFromList(GrabPtr pMinuendGrab)
|
|||
pNewGrab = CreateGrab(CLIENT_ID(grab->resource), grab->device,
|
||||
grab->modifierDevice, grab->window,
|
||||
grab->grabtype,
|
||||
(GrabMask*)grab->eventMask,
|
||||
(GrabMask*)&grab->eventMask,
|
||||
¶m, (int)grab->type,
|
||||
pMinuendGrab->detail.exact,
|
||||
grab->confineTo, grab->cursor);
|
||||
|
|
Loading…
Reference in New Issue