time to pixels optimised
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.h
index 808e5fab4d4e5656aa2fae5d22a066edec142085..96ce16338e3ce3069433f60ce83fd0ef7975c6de 100644 (file)
@@ -60,10 +60,18 @@ typedef struct _HashedProcessData {
   /* Information on current drawing */
   struct {
     guint over;
+    gboolean over_used;    /* inform the user that information is incomplete */
+    gboolean over_marked;  /* inform the user that information is incomplete */
     guint middle;
+    gboolean middle_used;  /* inform the user that information is incomplete */
+    gboolean middle_marked;/* inform the user that information is incomplete */
     guint under;
+    gboolean under_used;   /* inform the user that information is incomplete */
+    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.026691 seconds and 4 git commands to generate.