diff options
author | Ptyl Dragon <ptyl@cloudon.com> | 2013-10-23 18:35:40 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-11-15 16:51:51 +0100 |
commit | 2ffb7509ecee55209beae73c3bc8df60e44d3e35 (patch) | |
tree | 34e14dfae02fd074295821c8db60c45e49a5656b /include | |
parent | 9c253aeea11bdce01d96c52623ea04697ed9840f (diff) |
refactored to allow copying FixedImage to ios
Change-Id: Icecdae8ea2bb68c228f038758af8fb688ce9dd4a
Diffstat (limited to 'include')
-rw-r--r-- | include/touch/touch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h index 56e0eec63591..873a86f854ca 100644 --- a/include/touch/touch.h +++ b/include/touch/touch.h @@ -131,7 +131,7 @@ tilePosX, tilePosY, tileWidth, tileHeight address the part of the document to be 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); void touch_lo_mouse_drag(int x, int y, MLOMouseButtonState state); // Move the start of the selection to (x,y) |