CEEEEEEEEEDRICCCCCCCCCCCCCCCC!

borked e conf panel. unbork. disable aspect.



SVN revision: 52273
This commit is contained in:
Carsten Haitzler 2010-09-14 22:32:34 +00:00
parent d0eb6e4054
commit c1c7e901f5
2 changed files with 9 additions and 8 deletions

View File

@ -610,8 +610,8 @@ _edje_part_recalc_single_aspect(Edje_Real_Part *ep,
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

View File

@ -167,7 +167,8 @@ struct _Edje_Smart_Api
* ? all unsafe calls that may result in callbacks must be marked and dealt with
*/
typedef enum {
typedef enum
{
EDJE_ASPECT_PREFER_NONE,
EDJE_ASPECT_PREFER_VERTICAL,
EDJE_ASPECT_PREFER_HORIZONTAL,
@ -1039,7 +1040,7 @@ struct _Edje_Calc_Params
Edje_Internal_Aspect aspect; // 4
unsigned char visible : 1;
unsigned char smooth : 1; // 1
}; // 100
}; // 96
struct _Edje_Real_Part_Set
{