From 46f2b5388c1d7d1de3aa86054f28d2555634a8d9 Mon Sep 17 00:00:00 2001 From: Ptyl Dragon Date: Tue, 29 Oct 2013 16:22:06 +0200 Subject: changed to CGSize Change-Id: Ic84fcadf4332210693586825cdd8e32ef0f2a727 --- 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 8d9064cc5bcf..0041038ba934 100644 --- a/include/touch/touch.h +++ b/include/touch/touch.h @@ -132,7 +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(); +CGSize 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) -- cgit