fix scrolling
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 14 Sep 2005 20:41:41 +0000 (20:41 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 14 Sep 2005 20:41:41 +0000 (20:41 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1186 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/Makefile.am
ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/lttvwindow.c

index 0a9c97bc81ea2f616e33d5096cbcafd989145529..487e3dc77960980a861986e241e9592378316fb3 100644 (file)
@@ -6,5 +6,5 @@
 
 # WARNING : subdirs order is important : mainWin depends on API
 
-SUBDIRS = lttvwindow controlflow detailedevents statistics filter
+SUBDIRS = lttvwindow controlflow detailedevents statistics filter tracecontrol
 
index 9814c3d232c9fe1dd0c5666c2eae509cf4fdbf44..92705b2b997be2d9fcacd597f41c0b0512631dab 100644 (file)
@@ -938,8 +938,10 @@ void lttvwindow_events_request(Tab *tab,
   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);
This page took 0.024878 seconds and 4 git commands to generate.