mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 08:29:23 +00:00
dix: fix wrong cast of eventMask into CreateGrab.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user