ecore: Set source priority to high

Will only make a difference if there are other gsources.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61269
This commit is contained in:
Mike McCormack 2011-07-12 06:11:23 +00:00 committed by Mike McCormack
parent 92723a2ee5
commit 125f08ef40
1 changed files with 1 additions and 0 deletions

View File

@ -712,6 +712,7 @@ _ecore_main_loop_init(void)
CRIT("Failed to create glib source for epoll!");
else
{
g_source_set_priority(ecore_glib_source, G_PRIORITY_HIGH_IDLE + 20);
if (HAVE_EPOLL && epoll_fd >= 0)
{
/* epoll multiplexes fds into the g_main_loop */