Fix soft16 preload by replicating Image_Entry::info.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 16 Jul 2010 22:47:31 +0000 (22:47 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 16 Jul 2010 22:47:31 +0000 (22:47 +0000)
commitceed709e16037bc5145a3ab17d88261e70d7f913
treefcae15987ef5745f2736d09f49c0ba06dd3d6f9d
parentca3d0a5af89ff9c7ee828b9069ceb1045020284d
Fix soft16 preload by replicating Image_Entry::info.

Software 16bpp variants were crashing if using preload as the
Image_Entry that was used by preload did not keep the loader and
module information, since these were only set in the
Soft16_Image::source.  Now we copy these members while the source is
live.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@50299 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/engines/common_16/evas_soft16_main.c