add missing information indicator
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.h
index 808e5fab4d4e5656aa2fae5d22a066edec142085..a0a2e7fc364c71c0ad8bee40d5bbda1fc1393aa7 100644 (file)
@@ -60,8 +60,14 @@ 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 */
 
   // FIXME : add info on last event ?
This page took 0.023602 seconds and 4 git commands to generate.