Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


add a call

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- Evas.h      30 Oct 2005 05:07:50 -0000      1.69
+++ Evas.h      6 Nov 2005 09:47:26 -0000       1.70
@@ -340,6 +340,9 @@
    EAPI void              evas_pointer_canvas_xy_get        (Evas *e, 
Evas_Coord *x, Evas_Coord *y);
    EAPI int               evas_pointer_button_down_mask_get (Evas *e);
    EAPI Evas_Bool         evas_pointer_inside_get           (Evas *e);
+   EAPI void              evas_data_attach_set              (Evas *e, void 
*data);
+   EAPI void             *evas_data_attach_get              (Evas *e);
+       
 /* DOC UP TO HERE */
    EAPI void              evas_damage_rectangle_add         (Evas *e, int x, 
int y, int w, int h);
    EAPI void              evas_obscured_rectangle_add       (Evas *e, int x, 
int y, int w, int h);




-------------------------------------------------------
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