mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: fix typo "mechansims" → "mechanisms"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -1409,7 +1409,7 @@ DeliverTouchEmulatedEvent(DeviceIntPtr dev, TouchPointInfoPtr ti,
|
||||
ptrev->device_event.corestate = event_get_corestate(dev, kbd);
|
||||
|
||||
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)
|
||||
ActivatePassiveGrab(dev, grab, ptrev, ev); /* also delivers the event */
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user