X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FDrawing.h;h=34f7490a5c4f89a6ca4272d95f91dec40c032b2f;hb=14963be07f6a9c7c2db0d988f557b870ebd5dead;hp=01e906be478b73ed0c824d4c9dd8e20c9b0e9ffd;hpb=a56a1ba44968b834968a8ab0f39d4f64eb6b5e5c;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h index 01e906be..34f7490a 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h @@ -36,9 +36,9 @@ typedef struct _Drawing_t Drawing_t; struct _Drawing_t { - GtkWidget *Drawing_Area_V; + GtkWidget *drawing_area; GdkPixmap *Pixmap; - ControlFlowData *Control_Flow_Data; + ControlFlowData *control_flow_data; PangoLayout *pango_layout; @@ -46,7 +46,7 @@ struct _Drawing_t { }; -Drawing_t *drawing_construct(ControlFlowData *Control_Flow_Data); +Drawing_t *drawing_construct(ControlFlowData *control_flow_data); void drawing_destroy(Drawing_t *Drawing); GtkWidget *drawing_get_widget(Drawing_t *Drawing);