evas: Make safety check more lenient
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 5 Aug 2016 01:59:48 +0000 (10:59 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 5 Aug 2016 02:01:55 +0000 (11:01 +0900)
commit917f34587bc8d90bbc03475a25c66fb89b418385
tree9d1ece549c6cd448679516ef4a7615558365174a
parent28c917836c10e305d1509243b9aa7c59abcaabdb
evas: Make safety check more lenient

This is to avoid ERR messages such as "object is not an image!"
that can happen when a legacy image function is called on an
eo image (proxy, 3d, ...) object.

Note: This does not fix any known issue, but it's probably a safer
solution.
src/lib/evas/canvas/evas_image_legacy.c