X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FDrawing.h;h=4957fb824d65669da8aeef258f392a0b59513814;hb=f66eba62898bf525692d55ef95935266aee56096;hp=dda39fb39b08637f0dcd5e02ab1b1d9974221f89;hpb=189a5d08183ffed5caf82d625a3b9a86bda96989;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h index dda39fb3..4957fb82 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h @@ -6,6 +6,7 @@ #include #include #include "CFV.h" +#include "Draw_Item.h" /* This part of the viewer does : * Draw horizontal lines, getting graphic context as arg. @@ -31,8 +32,6 @@ typedef struct _Drawing_t Drawing_t; - -//FIXME : TEMPORARILY PLACED HERE FOR GC !! struct _Drawing_t { GtkWidget *Drawing_Area_V; GdkPixmap *Pixmap; @@ -42,7 +41,6 @@ struct _Drawing_t { }; - Drawing_t *drawing_construct(ControlFlowData *Control_Flow_Data); void drawing_destroy(Drawing_t *Drawing); @@ -81,7 +79,7 @@ void convert_pixels_to_time( guint x, LttTime *window_time_begin, LttTime *window_time_end, - LttTime *begin); + LttTime *time); void convert_time_to_pixels( LttTime window_time_begin,