Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/lib


Modified Files:
        emotion_smart.c 


Log Message:


change to use lazy eval for dlopen

===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/lib/emotion_smart.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- emotion_smart.c     6 May 2007 05:03:18 -0000       1.27
+++ emotion_smart.c     6 May 2007 05:05:26 -0000       1.28
@@ -102,7 +102,7 @@
    E_SMART_OBJ_GET_RETURN(sd, obj, E_OBJ_NAME, 0);
    snprintf(buf, sizeof(buf), "%s%s", PACKAGE_LIB_DIR"/emotion/",
    name);
-   handle = dlopen(buf, RTLD_NOW | RTLD_GLOBAL);
+   handle = dlopen(buf, RTLD_LAZY);
    if (handle)
      {
        unsigned char (*func_module_open)(Evas_Object *, Emotion_Video_Module 
**, void **, Emotion_Module_Options *);



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to