Evas.Image: Add new classes Snapshot and Proxy
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 14 Mar 2016 10:10:54 +0000 (19:10 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 15 Mar 2016 02:11:59 +0000 (11:11 +0900)
commit68beccd1a957724aa03f788a96128ac25cef85be
tree6a332d5750a77183d0e5a5b933547e3baaf3c164
parent0fc0db0020fd9dc8bc155f8e46ad79cecb84cc2f
Evas.Image: Add new classes Snapshot and Proxy

Efl.Canvas.Snapshot and Efl.Canvas.Proxy are specialized
classes previously implemented as features of Evas.Image.

Note: this half of the work, as I suffered from a bad
merge and rebase with my work branch on top of master.
src/Makefile_Evas.am
src/lib/evas/Evas_Eo.h
src/lib/evas/canvas/efl_canvas_proxy.c [new file with mode: 0644]
src/lib/evas/canvas/efl_canvas_proxy.eo [new file with mode: 0644]
src/lib/evas/canvas/efl_canvas_snapshot.c [new file with mode: 0644]
src/lib/evas/canvas/efl_canvas_snapshot.eo [new file with mode: 0644]
src/lib/evas/canvas/evas_image_private.h [new file with mode: 0644]