Hello,

On Tue, Aug 21, 2012 at 5:04 AM, Guilherme Silveira <xgu...@gmail.com> wrote:
> I compiled edje's library with '--enable-fixed-point' and in my system I
> use elm_config_password_show_last_set with TRUE, but it causes a strange
> behavior, i looked in the code and found the follow..
>
> In the edje_password_show_last_timeout_set function the variable
> _edje_password_show_last_timeout is setted with conversion to EinaFp32p32
> using FROM_DOUBLE. But when the timer is created (using ecore_timer_add)
> was expected a double, so i made a patch that convert back the
> _edje_password_show_last_timeout variable to double.
>
> I think others parts of the code has the same problem, if i found something
> else, i will create another patch.

Thanks in svn r75484 and yes all code path with fixed point are not
well tested, so any patch is welcome.
-- 
Cedric BAIL

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to