request_background_data static
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.h
index 0d2ca3323a58c0be78f6caa799f4f7773060525b..3e469bab9514dca82d3eb6980f30426a363341c8 100644 (file)
 #include <lttvwindow/mainwindow.h>
 #include "processlist.h"
 
+extern GQuark LTT_NAME_CPU;
+
+
+#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 {
 
@@ -38,7 +50,7 @@ struct _ControlFlowData {
 
   Drawing_t *drawing;
   GtkAdjustment *v_adjust ;
-  
+
   /* Shown events information */
 //  TimeWindow time_window;
 //  LttTime current_time;
@@ -50,11 +62,6 @@ struct _ControlFlowData {
 
 } ;
 
-
-
-
-typedef struct _ControlFlowData ControlFlowData;
-
 /* Control Flow Data constructor */
 ControlFlowData *guicontrolflow(void);
 void
This page took 0.024379 seconds and 4 git commands to generate.