X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FDrawing.h;h=418f68858c0065f610d82497b03bbe243ca8a3e6;hb=cf6cb7e0d0462bba8b38d00adc593c0107b79f37;hp=947f9bfdea5d112e9c8f7981df791aaae874a546;hpb=5f16133f507054edf95e61cefdc3fd04552b0925;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h index 947f9bfd..418f6885 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h @@ -5,6 +5,7 @@ #include #include #include +#include "CFV.h" /* This part of the viewer does : * Draw horizontal lines, getting graphic context as arg. @@ -21,7 +22,19 @@ typedef struct _Drawing_t Drawing_t; -Drawing_t *Drawing_construct(void); + +//FIXME : TEMPORARILY PLACED HERE 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);