On Thu, Jan 14, 2010 at 4:47 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  use HUGE_VAL instead of a strange double/float numerical value
>
>  do I have to add -lm to Libs in edje.pc ?
>

Wouldn't that be to link to the library? Shouldn't be needed if you
only use the header.

> Author:       caro
> Date:         2010-01-14 11:47:08 -0800 (Thu, 14 Jan 2010)
> New Revision: 45119
>
> Modified:
>  trunk/edje/src/lib/Edje.h
>
> Modified: trunk/edje/src/lib/Edje.h
> ===================================================================
> --- trunk/edje/src/lib/Edje.h   2010-01-14 18:52:55 UTC (rev 45118)
> +++ trunk/edje/src/lib/Edje.h   2010-01-14 19:47:08 UTC (rev 45119)
> @@ -261,7 +261,7 @@
>  typedef struct _Edje_External_Param Edje_External_Param;
>
>  #define EDJE_EXTERNAL_INT_UNSET 0xffffffff
> -#define EDJE_EXTERNAL_DOUBLE_UNSET 0x1.0p255f
> +#define EDJE_EXTERNAL_DOUBLE_UNSET HUGE_VAL
>
>  struct _Edje_External_Param_Info
>  {
>
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to