evas: Fix sign mismatch in evas between.c and .h definitions
authorRoss Vandegrift <ross@kallisti.us>
Mon, 27 Nov 2017 06:38:16 +0000 (15:38 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 27 Nov 2017 08:36:58 +0000 (17:36 +0900)
commit31ce5250cb125a5aee98480ba87570e9811c5c54
treea10ae444554b3c1570b5efaafaf973ebc69abe01
parent59a573fabb3ec6b4ad4c2ff366865f97e0ea9284
evas: Fix sign mismatch in evas between.c and .h definitions

Summary:
Parameters w and h are declared as int for evas_common_rgba_image_from_data
and evas_common_rgba_image_from_copied_data in evas_image_data.c.  This
does not match the prototypes in evas_image_private.h which declares them
unsigned.

Original report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748026

Reviewers: jpeg

Reviewed By: jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5540
src/lib/evas/common/evas_image_data.c