time to pixels optimised
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.h
index a0a2e7fc364c71c0ad8bee40d5bbda1fc1393aa7..96ce16338e3ce3069433f60ce83fd0ef7975c6de 100644 (file)
@@ -70,6 +70,8 @@ typedef struct _HashedProcessData {
     gboolean under_marked; /* inform the user that information is incomplete */
   } x; /* last x position saved by after state update */
 
+  LttTime next_good_time; /* precalculate the next time where the next
+                             pixel is.*/
   // FIXME : add info on last event ?
 
 } HashedProcessData;
This page took 0.025567 seconds and 4 git commands to generate.