On Fri, Jul 2, 2010 at 6:35 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  Use elm_layout for the images. Use a hash to keep a match of files and their 
> corresponding thumb_path.

Hash is not the best here. The best is to create an structure and put
there the information you need. Then you handle this struct instead of
direct objects, source or thumb paths. Then it's faster, simpler and
your code is simplified.  You can also use this structure later to
mark selected objects, some changes to be applied later (rotation,
effects), etc.

BR,

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to