Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/loaders/xpm


Modified Files:
        evas_image_load_xpm.c 


Log Message:
Exported module functions must be EAPI

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/loaders/xpm/evas_image_load_xpm.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_image_load_xpm.c       12 Aug 2006 09:16:30 -0000      1.1
+++ evas_image_load_xpm.c       6 Sep 2006 07:28:46 -0000       1.2
@@ -111,7 +111,6 @@
 
    short               lookup[128 - 32][128 - 32];
    float               per = 0.0, per_inc = 0.0;
-   int                 last_per = 0, last_y = 0;
    int                 count, pixels;
 
    if (!file) return 0;
@@ -684,19 +683,21 @@
 
 
 
-int module_open(Evas_Module *em)
+EAPI int
+module_open(Evas_Module *em)
 {
    if (!em) return 0;
    em->functions = (void *)(&evas_image_load_xpm_func);
    return 1;
 }
 
-void module_close(void)
+EAPI void
+module_close(void)
 {
    
 }
 
-Evas_Module_Api evas_modapi =
+EAPI Evas_Module_Api evas_modapi =
 {
    EVAS_MODULE_API_VERSION,
      EVAS_MODULE_TYPE_IMAGE_LOADER,



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