X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv.c;h=082a8ff934e7f5b49d238b01ebf74b37e9579544;hb=703b25fad5513ff1d7dc442c0e5d278160964f44;hp=01189e552bb4ed4fef67be2b9ca85e5917a73253;hpb=c74e0cf9bdbda21d13d48be89bc9fd3e257c9b9e;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c index 01189e55..082a8ff9 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c @@ -16,16 +16,20 @@ * MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include +#include +#include #include "cfv.h" #include "drawing.h" #include "processlist.h" #include "eventhooks.h" -#include "cfv-private.h" -#include extern GSList *g_control_flow_data_list; @@ -44,7 +48,6 @@ header_size_allocate(GtkWidget *widget, } - /***************************************************************************** * Control Flow Viewer class implementation * *****************************************************************************/ @@ -147,7 +150,6 @@ guicontrolflow(void) //inserted in the main window before the drawing area //can be configured (and this must happend bedore sending //data) - return control_flow_data; @@ -211,16 +213,4 @@ guicontrolflow_destructor(ControlFlowData *control_flow_data) } -__inline GtkWidget *guicontrolflow_get_widget( - ControlFlowData *control_flow_data) -{ - return control_flow_data->top_widget ; -} - -__inline ProcessList *guicontrolflow_get_process_list - (ControlFlowData *control_flow_data) -{ - return control_flow_data->process_list ; -} -