# WARNING : subdirs order is important : mainWin depends on API
-SUBDIRS = lttvwindow controlflow detailedevents statistics filter
+SUBDIRS = lttvwindow controlflow detailedevents statistics filter tracecontrol
if(!tab->events_request_pending)
{
/* Redraw has +20 priority. We want to let the redraw be done while we do
- * our job. */
- g_idle_add_full((G_PRIORITY_HIGH_IDLE + 21),
+ * 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),
(GSourceFunc)execute_events_requests,
tab,
NULL);