Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_common.h 


Log Message:


lean down memory usage per process - now it doesnt use up 64kb it doesnt need
to... :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_common.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- evas_common.h       30 Jan 2004 05:46:57 -0000      1.23
+++ evas_common.h       10 May 2004 06:40:51 -0000      1.24
@@ -627,7 +627,8 @@
     
 /****/
 void evas_common_blend_init                             (void);
-
+void evas_common_blend_init_evas_pow_lut                (void);
+   
 void evas_common_blend_pixels_rgba_to_rgb_c             (DATA32 *src, DATA32 *dst, 
int len);
 void evas_common_blend_pixels_rgba_to_rgb_mmx           (DATA32 *src, DATA32 *dst, 
int len);
 void evas_common_blend_pixels_rgba_to_rgba_c            (DATA32 *src, DATA32 *dst, 
int len);




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to