Hey guys,

Am 15.09.2010 um 00:32 schrieb Enlightenment SVN:

> Log:
>  CEEEEEEEEEDRICCCCCCCCCCCCCCCC!
>    borked e conf panel. unbork. disable aspect.
> 

I guess Sachiel was referring in his commit (r52254) to this one from cedric. 
So it should be reverted as well, shouldn't it?

BR,

Leif

> 
> Author:       raster
> Date:         2010-09-14 15:32:34 -0700 (Tue, 14 Sep 2010)
> New Revision: 52273
> 
> Modified:
>  trunk/edje/src/lib/edje_calc.c trunk/edje/src/lib/edje_private.h 
> 
> Modified: trunk/edje/src/lib/edje_calc.c
> ===================================================================
> --- trunk/edje/src/lib/edje_calc.c    2010-09-14 22:29:51 UTC (rev 52272)
> +++ trunk/edje/src/lib/edje_calc.c    2010-09-14 22:32:34 UTC (rev 52273)
> @@ -610,8 +610,8 @@
>    params->y = TO_INT(ADD(want_y,
>                         MUL(SUB(want_h, FROM_INT(params->h)),
>                             desc->align.y)));
> -
> -   params->aspect = apref;
> +// not tested enough -> cedric. e's config panel borks. disable.   
> +//   params->aspect = apref;
> }
> 
> static void
> 
> Modified: trunk/edje/src/lib/edje_private.h
> ===================================================================
> --- trunk/edje/src/lib/edje_private.h 2010-09-14 22:29:51 UTC (rev 52272)
> +++ trunk/edje/src/lib/edje_private.h 2010-09-14 22:32:34 UTC (rev 52273)
> @@ -167,11 +167,12 @@
>  * ? all unsafe calls that may result in callbacks must be marked and dealt 
> with
>  */
> 
> -typedef enum {
> -  EDJE_ASPECT_PREFER_NONE,
> -  EDJE_ASPECT_PREFER_VERTICAL,
> -  EDJE_ASPECT_PREFER_HORIZONTAL,
> -  EDJE_ASPECT_PREFER_BOTH
> +typedef enum
> +{
> +   EDJE_ASPECT_PREFER_NONE,
> +   EDJE_ASPECT_PREFER_VERTICAL,
> +   EDJE_ASPECT_PREFER_HORIZONTAL,
> +   EDJE_ASPECT_PREFER_BOTH
> } Edje_Internal_Aspect;
> 
> struct _Edje_Perspective
> @@ -1039,7 +1040,7 @@
>    Edje_Internal_Aspect aspect; // 4
>    unsigned char    visible : 1;
>    unsigned char    smooth : 1; // 1
> -}; // 100
> +}; // 96
> 
> struct _Edje_Real_Part_Set
> {
> 
> 
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to