current time ready : zoom efficient
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Draw_Item.h
index de3a51c1dbb744fd8204a00501382bd409965900..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;
@@ -44,7 +46,7 @@ typedef enum _RelPos {
 struct _DrawContext {
        GdkDrawable     *drawable;
        GdkGC           *gc;
-       
+       PangoLayout *pango_layout;
 
        DrawInfo        *Current;
        DrawInfo        *Previous;
@@ -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.023835 seconds and 4 git commands to generate.