mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.h
index 947f9bfdea5d112e9c8f7981df791aaae874a546..354021498f5bbe8b57a8f2bf9b5d46788924f795 100644 (file)
@@ -5,6 +5,7 @@
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>
 #include <ltt/ltt.h>
+#include "CFV.h"
 
 /* This part of the viewer does :
  * Draw horizontal lines, getting graphic context as arg.
 
 typedef struct _Drawing_t Drawing_t;
 
-Drawing_t *Drawing_construct(void);
+
+//FIXME : TEMPORARILY FOR GC !!
+struct _Drawing_t {
+       GtkWidget       *Drawing_Area_V;
+       GdkPixmap       *Pixmap;
+       ControlFlowData *Control_Flow_Data;
+
+       gint            height, width, depth;
+
+};
+
+
+Drawing_t *Drawing_construct(ControlFlowData *Control_Flow_Data);
 void Drawing_destroy(Drawing_t *Drawing);
 
 GtkWidget *Drawing_getWidget(Drawing_t *Drawing);
This page took 0.02776 seconds and 4 git commands to generate.