Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


1. diable a bunch of engines from auto-detecting stuff. you have to manually
--enable gl, qtopia and directfb enigines - they are either incomplete, buggy
or simply used so little that its not worth building unless the user REALLY
wants the support.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- Evas.h      6 Nov 2005 09:47:26 -0000       1.70
+++ Evas.h      11 Nov 2005 06:09:46 -0000      1.71
@@ -388,6 +388,7 @@
    EAPI void              evas_object_image_smooth_scale_set(Evas_Object *obj, 
Evas_Bool smooth_scale);
    EAPI Evas_Bool         evas_object_image_smooth_scale_get(Evas_Object *obj);
    EAPI void              evas_object_image_reload          (Evas_Object *obj);
+   EAPI Evas_Bool         evas_object_image_save            (Evas_Object *obj, 
const char *file, const char *key, const char *flags);
    EAPI Evas_Bool         evas_object_image_pixels_import          
(Evas_Object *obj, Evas_Pixel_Import_Source *pixels);
    EAPI void              
evas_object_image_pixels_get_callback_set(Evas_Object *obj, void (*func) (void 
*data, Evas_Object *o), void *data);
    EAPI void              evas_object_image_pixels_dirty_set       
(Evas_Object *obj, Evas_Bool dirty);




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