diff options
author | Ptyl Dragon <ptyl@cloudon.com> | 2013-10-29 16:11:58 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-11-15 16:51:55 +0100 |
commit | 53001c774adbe2da8a4cb536a026a6f4cd4d8674 (patch) | |
tree | e4399f31f6d9476bf2c7b07d16a4033092b2c30b /include/touch | |
parent | 641d79b388c26390a6b17d57ecf992458c2a9223 (diff) |
added the touch_lo_get_content_size to touch.h
Change-Id: I53287cbc84f99b56f575479860c3e8f890c49a35
Diffstat (limited to 'include/touch')
-rw-r--r-- | include/touch/touch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h index 873a86f854ca..8d9064cc5bcf 100644 --- a/include/touch/touch.h +++ b/include/touch/touch.h @@ -132,6 +132,7 @@ context, contextHeight, contextWidth specify where to draw. */ void touch_lo_draw_tile(void *context, int contextWidth, int contextHeight, int tilePosX, int tilePosY, int tileWidth, int tileHeight); void touch_lo_copy_buffer(const void * source, size_t sourceWidth, size_t sourceHeight, size_t sourceBytesPerRow, void * target, size_t targetWidth, size_t targetHeight); +Size touch_lo_get_content_size(); void touch_lo_mouse_drag(int x, int y, MLOMouseButtonState state); // Move the start of the selection to (x,y) |