summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorptyl@cloudon.com <ptyl@cloudon.com>2013-10-15 20:21:17 +0200
committerTor Lillqvist <tml@collabora.com>2013-10-15 22:38:04 +0300
commit79d83741eb0d60d741415de8b8f01b3ef8510ae2 (patch)
tree3f220783cc0b4a54cbdcda738b7ca3ac14114b36 /include
parenta83b3b5d45ba516883e80eefd7c5f6785b8a567c (diff)
New iOS client code
does not work yet - needs fix by tor after refactoring of ios-bootstrap.h Change-Id: I0728306beb734511bd3f16e2e4922fd726bb37da
Diffstat (limited to 'include')
-rw-r--r--include/touch/touch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h
index 1f0d7efa40b0..1d93e6572325 100644
--- a/include/touch/touch.h
+++ b/include/touch/touch.h
@@ -58,9 +58,9 @@ void touch_lo_pan(int deltaX, int deltaY);
void touch_lo_zoom(int x, int y, float scale);
void touch_lo_keyboard_input(int c);
-typedef enum { DOWN, MOVE, UP} LOMouseButtonState;
+typedef enum { DOWN, MOVE, UP} MLOMouseButtonState;
-void touch_lo_mouse_drag(int x, int y, LOMouseButtonState state);
+void touch_lo_mouse_drag(int x, int y, MLOMouseButtonState state);
#ifdef __cplusplus
}