X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FDrawing.h;h=d2aa0a6ab137aa72d2297dea5b58b6c61e983cd3;hb=34b048821159dd48a9c5eac32ad5333925da334d;hp=f225e225525c65b4ef2a148fc77d8c11f79eab8d;hpb=432a7065f37c2e37192925c938216a8ceb152dc1;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h index f225e225..d2aa0a6a 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h @@ -39,9 +39,11 @@ struct _Drawing_t { GtkWidget *Drawing_Area_V; GdkPixmap *Pixmap; ControlFlowData *Control_Flow_Data; + + PangoLayout *pango_layout; gint height, width, depth; - + }; Drawing_t *drawing_construct(ControlFlowData *Control_Flow_Data);