X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FDrawing.h;fp=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FDrawing.h;h=f211879ffb2390074097ae3f500fddd100a48cbf;hb=8d088fb270b8b2e03e3632f1b5733485a6675c07;hp=dda39fb39b08637f0dcd5e02ab1b1d9974221f89;hpb=1a31868cb394a6b2214965baee974fa3cea927f3;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..f211879f 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);