X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv.h;h=d9a144021789409876bb5b8f8a5ad7bbc953068c;hb=e8d11122b46e7e2922e65825623c760f84a4d34f;hp=0d2ca3323a58c0be78f6caa799f4f7773060525b;hpb=501067260996a2386ad26220f4fe6ad9edb2a76c;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h index 0d2ca332..d9a14402 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h @@ -26,6 +26,16 @@ #include "processlist.h" +#ifndef TYPE_DRAWING_T_DEFINED +#define TYPE_DRAWING_T_DEFINED +typedef struct _Drawing_t Drawing_t; +#endif //TYPE_DRAWING_T_DEFINED + +#ifndef TYPE_CONTROLFLOWDATA_DEFINED +#define TYPE_CONTROLFLOWDATA_DEFINED +typedef struct _ControlFlowData ControlFlowData; +#endif //TYPE_CONTROLFLOWDATA_DEFINED + struct _ControlFlowData { GtkWidget *top_widget; @@ -51,10 +61,6 @@ struct _ControlFlowData { } ; - - -typedef struct _ControlFlowData ControlFlowData; - /* Control Flow Data constructor */ ControlFlowData *guicontrolflow(void); void