Fixup compile / link errors with OSX, still having a small issue with the batter module linking, but getting there

SVN revision: 38570
This commit is contained in:
handyande 2009-01-13 16:30:37 +00:00 committed by handyande
parent 148b199424
commit 61801ee22d
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ static int _e_configure_cb_efreet_desktop_list_change(void *data, int type, void
static int _e_configure_cb_efreet_desktop_change(void *data, int type, void *event);
static void _e_configure_registry_item_full_add(const char *path, int pri, const char *label, const char *icon_file, const char *icon, E_Config_Dialog *(*func) (E_Container *con, const char *params), void (*generic_func) (E_Container *con, const char *params), Efreet_Desktop *desktop);
Eina_List *e_configure_registry = NULL;
EAPI Eina_List *e_configure_registry = NULL;
static Eina_List *handlers = NULL;

View File

@ -39,7 +39,7 @@ EAPI int e_configure_registry_exists(const char *path);
EAPI void e_configure_registry_custom_desktop_exec_callback_set(void (*func) (const void *data, E_Container *con, const char *params, Efreet_Desktop *desktop), const void *data);
EAPI void e_configure_init(void);
EAPI Eina_List *e_configure_registry;
extern EAPI Eina_List *e_configure_registry;
#endif
#endif

View File

@ -1480,7 +1480,7 @@ poll_cb(void *data)
}
#elif defined(HAVE_CFBASE_H) /* OS X */
darwin_check();
break;
return 1;
#else
switch (mode)
{

View File

@ -57,7 +57,7 @@ struct _Manager
Config *conf;
};
Manager *Man;
extern Manager *Man;
void gadman_init(E_Module *m);
void gadman_shutdown(void);