Xi: fix typo "mechansims" → "mechanisms"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b51a1bd276
commit
ead21f9426
|
@ -1409,7 +1409,7 @@ DeliverTouchEmulatedEvent(DeviceIntPtr dev, TouchPointInfoPtr ti,
|
||||||
ptrev->device_event.corestate = event_get_corestate(dev, kbd);
|
ptrev->device_event.corestate = event_get_corestate(dev, kbd);
|
||||||
|
|
||||||
if (grab) {
|
if (grab) {
|
||||||
/* this side-steps the usual activation mechansims, but... */
|
/* this side-steps the usual activation mechanisms, but... */
|
||||||
if (ev->any.type == ET_TouchBegin && !dev->deviceGrab.grab)
|
if (ev->any.type == ET_TouchBegin && !dev->deviceGrab.grab)
|
||||||
ActivatePassiveGrab(dev, grab, ptrev, ev); /* also delivers the event */
|
ActivatePassiveGrab(dev, grab, ptrev, ev); /* also delivers the event */
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue