From 3259b8c4ad11bb3a97cd15db0dec83399c25ceaf Mon Sep 17 00:00:00 2001 From: mike_m Date: Tue, 12 Jul 2011 06:11:23 +0000 Subject: [PATCH] ecore: Set source priority to high Will only make a difference if there are other gsources. Signed-off-by: Mike McCormack git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61269 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/ecore_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c index e782b2d..350e17d 100644 --- a/src/lib/ecore/ecore_main.c +++ b/src/lib/ecore/ecore_main.c @@ -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 */ -- 2.7.4