Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/include


Modified Files:
        edje.inc 


Log Message:


edje.inc was wrong (so was the comment)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/include/edje.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- edje.inc    22 Aug 2004 02:18:39 -0000      1.12
+++ edje.inc    26 Aug 2004 00:44:14 -0000      1.13
@@ -80,8 +80,8 @@
 native       get_mouse        (&x, &y);
 native       stop_program     (program_id);
 native       stop_programs_on (part_id);
-native       set_min_size     (part_id, Float:w, Float:h);
-native       set_max_size     (part_id, Float:w, Float:h);
+native       set_min_size     (Float:w, Float:h);
+native       set_max_size     (Float:w, Float:h);
 
 enum Msg_Type
 {




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to