fixed memory leak in test drawing functions
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.h
index dda39fb39b08637f0dcd5e02ab1b1d9974221f89..f211879ffb2390074097ae3f500fddd100a48cbf 100644 (file)
@@ -6,6 +6,7 @@
 #include <gtk/gtk.h>
 #include <ltt/ltt.h>
 #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);
 
This page took 0.023813 seconds and 4 git commands to generate.