Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_private.h 


Log Message:
and now the savers...
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- evas_private.h      15 Jan 2006 06:21:04 -0000      1.61
+++ evas_private.h      15 Jan 2006 10:33:26 -0000      1.62
@@ -17,6 +17,7 @@
 {
    EVAS_MODULE_TYPE_ENGINE,
    EVAS_MODULE_TYPE_IMAGE_LOADER,
+   EVAS_MODULE_TYPE_IMAGE_SAVER,
      EVAS_MODULE_TYPE_OBJECT
 } Evas_Module_Type;
 
@@ -83,6 +84,7 @@
 typedef struct _Evas_Func_Node              Evas_Func_Node;
 typedef struct _Evas_Func                   Evas_Func;
 typedef struct _Evas_Image_Load_Func        Evas_Image_Load_Func;
+typedef struct _Evas_Image_Save_Func        Evas_Image_Save_Func;
 typedef struct _Evas_Object_Func            Evas_Object_Func;
 typedef struct _Evas_Intercept_Func         Evas_Intercept_Func;
 typedef struct _Evas_Intercept_Func_Basic   Evas_Intercept_Func_Basic;
@@ -599,6 +601,11 @@
   int (*file_data) (RGBA_Image *im, const char *file, const char *key);
 };
 
+struct _Evas_Image_Save_Func
+{
+  int (*image_save) (RGBA_Image *im, const char *file, const char *key, int 
quality, int compress);
+};
+
 #ifdef __cplusplus
 extern "C" {
 #endif




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to