Evas snapshot: Fix proxies of snapshot objects
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 7 Oct 2015 11:03:37 +0000 (20:03 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 12 Oct 2015 04:40:20 +0000 (13:40 +0900)
commit512fb7f193975d411b4f471c14e1f0171e52e7d3
treeda94e5fe995d253d1239d8b0d4aa0814cae142b2
parent48fb969e2062a0b76feb5a6b3465e18b462431c3
Evas snapshot: Fix proxies of snapshot objects

This was broken because the wrong image size was used
in the proxy's fast path (proxy of another image).
Why did snapshot use a specific surface_w,h instead of
reusing the usual cur->image.w,h? (@cedric)

Simplify code.
src/lib/evas/canvas/evas_object_image.c