Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc_handlers.c 


Log Message:


allow correct values for fill offset - too rtestrictive

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_handlers.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- edje_cc_handlers.c  19 Sep 2005 06:51:48 -0000      1.61
+++ edje_cc_handlers.c  20 Sep 2005 08:33:35 -0000      1.62
@@ -1559,8 +1559,8 @@
 
    ed = ep->default_desc;
    if (ep->other_desc) ed = evas_list_data(evas_list_last(ep->other_desc));
-   ed->fill.pos_rel_x = parse_float_range(0, 0.0, 999999999.0);   
-   ed->fill.pos_rel_y = parse_float_range(1, 0.0, 999999999.0);   
+   ed->fill.pos_rel_x = parse_float_range(0, -999999999.0, 999999999.0);   
+   ed->fill.pos_rel_y = parse_float_range(1, -999999999.0, 999999999.0);   
 }
 
 static void




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to