fix scrolling
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
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.02274 seconds and 4 git commands to generate.