Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/engines/ecore_evas


Modified Files:
        ecore_evas.c 


Log Message:
* Do not dlclose() while the engine is still loaded... Bad MoOm!!


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas/ecore_evas.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore_evas.c        27 Jul 2006 16:28:00 -0000      1.2
+++ ecore_evas.c        27 Jul 2006 17:22:03 -0000      1.3
@@ -64,7 +64,8 @@
    NULL, /* engine specific data */
    NULL, /* engine name */
    NULL, /* super (parent) engine */
-     
+   NULL, /* DL handle */
+   
    _window_constructor,
    _window_destructor,     
    _window_show,
@@ -106,22 +107,22 @@
    NULL, /* window_skip_pager_hint_get */
    NULL, /* window_dnd_aware_set */
    NULL, /* window_pointer_set */
-     
+   
    NULL, /* popup_window_constructor */
    NULL, /* popup_window_popup_at_xy */
    NULL, /* popup_window_popup */
    NULL, /* popup_window_popdown */
    NULL, /* popup_window_popped_get */
-     
+   
    NULL, /* drag_constructor */
    NULL, /* drag_begin */
-     
+   
    NULL, /* dnd_init */
    NULL, /* dnd_shutdown */
-     
+   
    NULL, /* clipboard_text_request */
    NULL, /* clipboard_text_set */
-     
+   
    NULL, /* selection_text_request */
    NULL, /* selection_text_set */
    NULL  /* selection_clear */     



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to