Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/include


Modified Files:
        edje.inc 


Log Message:


patch from rafael to hook in funcs to embryo

===================================================================
RCS file: /cvs/e/e17/libs/edje/data/include/edje.inc,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- edje.inc    11 Apr 2008 23:36:35 -0000      1.24
+++ edje.inc    19 May 2008 02:50:38 -0000      1.25
@@ -90,6 +90,8 @@
 native       get_drag_dir     (part_id);
 native       get_drag         (part_id, &Float:dx, &Float:dy);
 native       set_drag         (part_id, Float:dx, Float:dy);
+native       get_drag_size    (part_id, &Float:dx, &Float:dy);
+native       set_drag_size    (part_id, Float:dx, Float:dy);
 native       get_drag_step    (part_id, &Float:dx, &Float:dy);
 native       set_drag_step    (part_id, Float:dx, Float:dy);
 native       get_drag_page    (part_id, &Float:dx, &Float:dy);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to