From 2ffb7509ecee55209beae73c3bc8df60e44d3e35 Mon Sep 17 00:00:00 2001 From: Ptyl Dragon Date: Wed, 23 Oct 2013 18:35:40 +0200 Subject: refactored to allow copying FixedImage to ios Change-Id: Icecdae8ea2bb68c228f038758af8fb688ce9dd4a --- include/touch/touch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.2.3