| author | Davide Cavalca <davide@geexbox.org> |
| Sat Feb 20 18:23:58 2010 +0100 (6 months ago) | |
| changeset 2963 | eda08ddaeb88 |
| parent 2962 | adfac5fa33eb |
| child 2964 | 7767921f44ee |
1 --- a/src/bin/enna.c Sat Feb 20 10:36:24 2010 +0100 2 +++ b/src/bin/enna.c Sat Feb 20 18:23:58 2010 +0100 3 @@ -32,6 +32,7 @@ 4 #include <Ecore_Str.h> 5 #ifdef BUILD_ECORE_X 6 #include <Ecore_X.h> 7 +#include <X11/Xlib.h> 8 #endif 9 #include <Elementary.h> 10 11 @@ -581,6 +582,10 @@ 12 return EXIT_SUCCESS; 13 14 url_global_init(); 15 + 16 + /* Prevent thread safety issues if the libplayer xlib hack is enabled */ 17 + XInitThreads(); 18 + 19 eina_init(); 20 enna_xdg_init(); 21