Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


fear the changes... api breakage... everyone.. errr... fix yer proggies! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- Evas.h      10 Jan 2003 04:58:51 -0000      1.14
+++ Evas.h      22 Jan 2003 22:24:35 -0000      1.15
@@ -303,10 +303,10 @@
    int               evas_object_image_smooth_scale_get(Evas_Object *obj);
    void              evas_object_image_reload          (Evas_Object *obj);
        
-   void              evas_object_image_cache_flush     (Evas *e);
-   void              evas_object_image_cache_reload    (Evas *e);
-   void              evas_object_image_cache_set       (Evas *e, int size);
-   int               evas_object_image_cache_get       (Evas *e);
+   void              evas_image_cache_flush            (Evas *e);
+   void              evas_image_cache_reload           (Evas *e);
+   void              evas_image_cache_set              (Evas *e, int size);
+   int               evas_image_cache_get              (Evas *e);
    
    Evas_Object      *evas_object_text_add              (Evas *e);
    void              evas_object_text_font_set         (Evas_Object *obj, const char 
*font, double size);
@@ -323,14 +323,14 @@
    int               evas_object_text_char_pos_get     (Evas_Object *obj, int pos, 
double *cx, double *cy, double *cw, double *ch);
    int               evas_object_text_char_coords_get  (Evas_Object *obj, double x, 
double y, double *cx, double *cy, double *cw, double *ch);
 
-   void              evas_object_font_path_clear       (Evas *e);
-   void              evas_object_font_path_append      (Evas *e, const char *path);
-   void              evas_object_font_path_prepend     (Evas *e, const char *path);
-   const Evas_List  *evas_object_font_path_list        (Evas *e);
+   void              evas_font_path_clear              (Evas *e);
+   void              evas_font_path_append             (Evas *e, const char *path);
+   void              evas_font_path_prepend            (Evas *e, const char *path);
+   const Evas_List  *evas_font_path_list               (Evas *e);
        
-   void              evas_object_font_cache_flush      (Evas *e);
-   void              evas_object_font_cache_set        (Evas *e, int size);
-   int               evas_object_font_cache_get        (Evas *e);       
+   void              evas_font_cache_flush             (Evas *e);
+   void              evas_font_cache_set               (Evas *e, int size);
+   int               evas_font_cache_get               (Evas *e);       
    
    void              evas_object_del                   (Evas_Object *obj);
 




-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to