final inline compile fixes
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index ce058111846e9ed9d9edc0a5f15b76dee3150955..05114beea86e95cb4b50dbf4d60d24e6962b911e 100644 (file)
@@ -73,7 +73,15 @@ extern GdkColor drawing_colors[NUM_COLORS];
  * of the shown processes.
  */
 
+#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 _Drawing_t {
   GtkWidget *vbox;
This page took 0.023192 seconds and 4 git commands to generate.