Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_misc.c 


Log Message:
Change subsystem init order to allow use of cursor widget in DND.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- ewl_misc.c  27 Oct 2006 04:26:56 -0000      1.72
+++ ewl_misc.c  15 Nov 2006 16:18:54 -0000      1.73
@@ -206,12 +206,6 @@
                goto ERROR;
        }
 
-       if (!ewl_dnd_init()) {
-               fprintf(stderr, "Could not initialize Ewl DND support.\n");
-               goto ERROR;
-       }
-       ecore_list_prepend(shutdown_queue, ewl_dnd_shutdown);
-
        if (!ewl_callbacks_init()) {
                fprintf(stderr, "Could not initialize Ewl Callback system.\n");
                goto ERROR;
@@ -229,6 +223,12 @@
                goto ERROR;
        }
        ecore_list_prepend(shutdown_queue, ewl_icon_theme_shutdown);
+
+       if (!ewl_dnd_init()) {
+               fprintf(stderr, "Could not initialize Ewl DND support.\n");
+               goto ERROR;
+       }
+       ecore_list_prepend(shutdown_queue, ewl_dnd_shutdown);
 
        if (!ewl_io_manager_init()) {
                fprintf(stderr, "Could not initialize Ewl IO Manager.\n");



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