less priority to redraw : still listen to events
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 15 Sep 2005 18:21:07 +0000 (18:21 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 15 Sep 2005 18:21:07 +0000 (18:21 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1199 04897980-b3bd-0310-b5e0-8ef037075253

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

index 92705b2b997be2d9fcacd597f41c0b0512631dab..323aec92d0177d746d1fbd21f396091c0acfcf9e 100644 (file)
@@ -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);
This page took 0.024887 seconds and 4 git commands to generate.