diff options
author | ptyl@cloudon.com <ptyl@cloudon.com> | 2013-10-16 16:02:44 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-10-17 11:11:39 +0200 |
commit | d8e8e6bcbeaa9c4d0058e01ce7be07e57f615b1d (patch) | |
tree | 155fd020361e6e51ebe1bf6ff80b9334f562257f /include/touch | |
parent | fcdde111e451f84e373c67a485c87d1ad744cfe4 (diff) |
added draw tile signature and select all fix
Change-Id: I6118c55caa12d9ba52000f89e869e27b218859be
Diffstat (limited to 'include/touch')
-rw-r--r-- | include/touch/touch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h index 1d93e6572325..892e3b2c45ce 100644 --- a/include/touch/touch.h +++ b/include/touch/touch.h @@ -58,6 +58,8 @@ 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); +void touch_lo_draw_tile(void *context, int contextWidth, int contextHeight, int tileWidth, int tileHeight, int tilePosX, int tilePosY); + typedef enum { DOWN, MOVE, UP} MLOMouseButtonState; void touch_lo_mouse_drag(int x, int y, MLOMouseButtonState state); |