From c9ae5e4b6905d2ae6e4e46b981322de8e5386c65 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 15 Sep 2005 18:21:07 +0000 Subject: [PATCH] less priority to redraw : still listen to events git-svn-id: http://ltt.polymtl.ca/svn@1199 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c index 92705b2b..323aec92 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c @@ -941,7 +941,7 @@ void lttvwindow_events_request(Tab *tab, * our job. Mathieu : test with high prio higher than events for better * scrolling. */ //g_idle_add_full((G_PRIORITY_HIGH_IDLE + 21), - g_idle_add_full((G_PRIORITY_DEFAULT - 2), + g_idle_add_full((G_PRIORITY_DEFAULT + 2), (GSourceFunc)execute_events_requests, tab, NULL); -- 2.34.1