current time ready : zoom efficient
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Draw_Item.h
index 6c35e97769baa470b0d89fcc5d9ec6d5d633abaa..ff332f492b69a7e76788ef1ad25aeea857374020 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _DRAW_ITEM_H
 #define _DRAW_ITEM_H
 
+#include <lttv/state.h>
+
 typedef struct _DrawContext DrawContext;
 typedef struct _DrawInfo DrawInfo;
 typedef struct _ItemInfo ItemInfo;
@@ -75,8 +77,7 @@ struct _DrawInfo {
        ItemInfo        *modify_over;
        ItemInfo        *modify_middle;
        ItemInfo        *modify_under;
-       LttvTraceState          *ts;
-       LttvTracefileState      *tfs;
+       LttvProcessStatus status;
 };
 
 struct _ItemInfo {
This page took 0.023161 seconds and 4 git commands to generate.