Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h Makefile.am 


Log Message:


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

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- Evas.h      24 Mar 2004 07:23:51 -0000      1.25
+++ Evas.h      21 Apr 2004 06:38:23 -0000      1.26
@@ -527,7 +527,28 @@
    void             *evas_object_intercept_stack_below_callback_del (Evas_Object 
*obj, void (*func) (void *data, Evas_Object *obj, Evas_Object *below));
    void              evas_object_intercept_layer_set_callback_add   (Evas_Object 
*obj, void (*func) (void *data, Evas_Object *obj, int l), const void *data);
    void             *evas_object_intercept_layer_set_callback_del   (Evas_Object 
*obj, void (*func) (void *data, Evas_Object *obj, int l));
+
+/* Evas imaging api - exports some of the comon gfx engine routines */   
+/* this is not complete and should be considered experimental. use at your */
+/* own risk */
+   
+#ifndef EVAS_COMMON_H
+#ifndef EVAS_PRIVATE_H
    
+   typedef struct _Evas_Imaging_Image Evas_Imaging_Image;
+   typedef struct _Evas_Imaging_Font Evas_Imaging_Font;
+
+#endif
+#endif
+
+   Evas_Imaging_Image *evas_imaging_image_load      (const char *file, const char 
*key);
+   void                evas_imaging_image_free      (Evas_Imaging_Image *im);
+   void                evas_imaging_image_size_get  (Evas_Imaging_Image *im, int *w, 
int *h);
+   Evas_Bool           evas_imaging_image_alpha_get (Evas_Imaging_Image *im);
+   void                evas_imaging_image_cache_set (int bytes);
+   int                 evas_imaging_image_cache_get (void);
+       
+       
 #ifdef __cplusplus
 }
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 17 Feb 2004 07:12:36 -0000      1.5
+++ Makefile.am 21 Apr 2004 06:38:23 -0000      1.6
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = canvas data file engines include
+SUBDIRS = canvas data file engines imaging include
 
 AUTOMAKE_OPTIONS     = 1.4 foreign
 
@@ -97,6 +97,7 @@
                           canvas/libevas_canvas.la \
                          data/libevas_data.la \
                          file/libevas_file.la \
+                         imaging/libevas_imaging.la \
                          engines/common/libevas_engine_common.la \
                          @freetype_libs@ \
                          @png_libs@ @jpeg_libs@ @eet_libs@ @edb_libs@ \
@@ -114,6 +115,7 @@
                           canvas/libevas_canvas.la \
                          data/libevas_data.la \
                          file/libevas_file.la \
+                         imaging/libevas_imaging.la \
                          engines/common/libevas_engine_common.la \
                          $(ENGINE_SOFTWARE_X11) \
                          $(ENGINE_DIRECTFB) \




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