Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_imaging.c 


Log Message:


added the ability to set load scaledown, dpi or load size - the svg loader
uses these to know what to render and how (or has defaults if these are not
set)

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/imaging/evas_imaging.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- evas_imaging.c      31 May 2006 18:33:45 -0000      1.9
+++ evas_imaging.c      18 Aug 2006 14:45:25 -0000      1.10
@@ -15,7 +15,7 @@
    if (!key) key = "";
    evas_common_cpu_init();
    evas_common_image_init();
-   image = evas_common_load_image_from_file(file, key);
+   image = evas_common_load_image_from_file(file, key, NULL);
    if (!image) return NULL;
    im = calloc(1, sizeof(Evas_Imaging_Image));
    if (!im)



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to