summaryrefslogtreecommitdiff
path: root/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-15 23:53:15 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-16 00:16:59 +0300
commit93267ff3e52db97d158016b620b6e5ec64ce1531 (patch)
tree668031e8cf7d09b9dd9d917b79556cdf4c09f78f /ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
parenta3ff47a4c21518760786a0d15a178ebbe78ac7a7 (diff)
Adapt to changed <touch/touch.h> API
Change-Id: I9304a0a08c6eed79726700cdc8451dc0fbe613cf
Diffstat (limited to 'ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m')
-rw-r--r--ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m b/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
index 51492df6094a..ea81427688b3 100644
--- a/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
+++ b/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
@@ -327,7 +327,7 @@ static const BOOL ENABLE_LO_EVENTS_DURING_PINCH = NO;
[self onScroll:state deltaY: limitedDeltaY];
- lo_pan(limitedDeltaX, limitedDeltaY);
+ touch_lo_pan(limitedDeltaX, limitedDeltaY);
return YES;
}