Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_private.h 


Log Message:


SOME of the changes needed to support evoak... needs new eet...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- evas_private.h      28 Jan 2004 02:43:13 -0000      1.23
+++ evas_private.h      21 Apr 2004 06:38:24 -0000      1.24
@@ -620,6 +620,19 @@
 void evas_key_grab_free(Evas_Object *obj, const char *keyname, Evas_Modifier_Mask 
modifiers, Evas_Modifier_Mask not_modifiers);
    
 extern int _evas_alloc_error;
+
+typedef struct _Evas_Imaging_Image Evas_Imaging_Image;
+typedef struct _Evas_Imaging_Font Evas_Imaging_Font;
+
+struct _Evas_Imaging_Image
+{
+   RGBA_Image *image;
+};
+
+struct _Evas_Imaging_font
+{
+   RGBA_Font *font;
+};
    
 #ifdef __cplusplus
 }




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