update for powerpc
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.h
index d9a144021789409876bb5b8f8a5ad7bbc953068c..31c42fdf79de148d91428d5a058f252d93af3e08 100644 (file)
@@ -25,6 +25,8 @@
 #include <lttvwindow/mainwindow.h>
 #include "processlist.h"
 
+extern GQuark LTT_NAME_CPU;
+
 
 #ifndef TYPE_DRAWING_T_DEFINED
 #define TYPE_DRAWING_T_DEFINED
@@ -48,7 +50,7 @@ struct _ControlFlowData {
 
   Drawing_t *drawing;
   GtkAdjustment *v_adjust ;
-  
+
   /* Shown events information */
 //  TimeWindow time_window;
 //  LttTime current_time;
@@ -60,9 +62,8 @@ struct _ControlFlowData {
 
 } ;
 
-
 /* Control Flow Data constructor */
-ControlFlowData *guicontrolflow(void);
+ControlFlowData *guicontrolflow(Tab *tab);
 void
 guicontrolflow_destructor_full(ControlFlowData *control_flow_data);
 void
This page took 0.035274 seconds and 4 git commands to generate.