yeah. i fixed .  thanks.


------------------------------------

-Regards, Hermet-

-----Original Message-----
From: "Gustavo Sverzut Barbieri"<barbi...@profusion.mobi> 
To: "Enlightenment 
Development"<enlightenment-devel@lists.sourceforge.net>; 
Cc: 
Sent: 2012-11-21 (수) 20:54:52
Subject: Re: [E-devel] E SVN: hermet trunk/elementary/src/lib

On Wed, Nov 21, 2012 at 9:42 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> -   if (rotation < 0) rotation = -rotation;
> +   if ((rotation > 360) || (rotation < 0))
> +     {
> +        WRN("Rotation degree should be 0 ~ 360");
>

errr... not that useful, why not print the %d rotation?



> +        if (rotation > 360) rotation %= 360;
> +        if (rotation < 0) rotation += 360;
>

if rotation = -720 (iow: < -360), then your code still fails.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to