Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


1. move font dir to its own
2. textblokc object stub. this is for an etxo-style text object. nothing much
there yet.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- Evas.h      14 Dec 2004 03:21:32 -0000      1.32
+++ Evas.h      8 Jan 2005 10:02:17 -0000       1.33
@@ -429,7 +429,9 @@
        
    EAPI void              evas_font_cache_flush             (Evas *e);
    EAPI void              evas_font_cache_set               (Evas *e, int 
size);
-   EAPI int               evas_font_cache_get               (Evas *e);       
+   EAPI int               evas_font_cache_get               (Evas *e);
+   
+   EAPI Evas_Object      *evas_object_textblock_add         (Evas *e);
    
    EAPI void              evas_object_del                   (Evas_Object *obj);
 




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to