evas/cserve2: simplify more
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 3 Jul 2013 07:56:47 +0000 (16:56 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 4 Jul 2013 04:02:48 +0000 (13:02 +0900)
commit7c7c2310152e5421b454729548b1af49b67826e4
treece44538afd99bd4e98ae864a88646f3d1237506d
parent46b7baa3790e700c941c62431e3e2c06ef5550bb
evas/cserve2: simplify more

Remove Image_Load_Opts and use Evas_Image_Load_Opts for cs2 master to
slave communication.
2 things to note:
- The struct size is bigger (but at the same time we removed a memcpy)
- The scale_load field is not passed to the slave
src/bin/evas/evas_cserve2.h
src/bin/evas/evas_cserve2_cache.c
src/bin/evas/evas_cserve2_slave.c