aboutsummaryrefslogtreecommitdiff
path: root/src/draw/lv_image_buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw/lv_image_buf.c')
-rw-r--r--src/draw/lv_image_buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw/lv_image_buf.c b/src/draw/lv_image_buf.c
index f060726bd..a50acca1f 100644
--- a/src/draw/lv_image_buf.c
+++ b/src/draw/lv_image_buf.c
@@ -59,7 +59,7 @@ void lv_image_buf_free(lv_image_dsc_t * dsc)
}
}
-void _lv_image_buf_get_transformed_area(lv_area_t * res, lv_coord_t w, lv_coord_t h, lv_coord_t angle, uint16_t zoom_x,
+void _lv_image_buf_get_transformed_area(lv_area_t * res, int32_t w, int32_t h, int32_t angle, uint16_t zoom_x,
uint16_t zoom_y,
const lv_point_t * pivot)
{