Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/include


Modified Files:
        edje.inc 


Log Message:


ok. that definitely ain't the right way to do those. back it out...


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/include/edje.inc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- edje.inc    20 Apr 2004 01:11:33 -0000      1.6
+++ edje.inc    20 Apr 2004 02:07:10 -0000      1.7
@@ -70,16 +70,10 @@
 native       stop_programs_on(part_id);
 
 native       set_drag(part_id, Float:dx, Float:dy);
-native       get_drag(part_id, &Float:dx, &Float:dy);
 native       set_drag_step(part_id, Float:dx, Float:dy);
-native       get_drag_step(part_id, &Float:dx, &Float:dy);
 native       set_drag_page(part_id, Float:dx, Float:dy);
-native       get_drag_page(part_id, &Float:dx, &Float:dy);
 
 native       text_set(part_id, text[]);
 
-native       set_min_size(part_id, float:w, float:h);
-native       get_min_size(part_id, &float:w, &float:h);
-native       set_max_size(part_id, float:w, float:h);
-native       get_max_size(part_id, &float:w, &float:h);
-native       get_size(part_id, &float:w, &float:h);
+native       set_min_size(part_id, Float:w, Float:h);
+native       set_max_size(part_id, Float:w, Float:h);




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to