X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv.c;h=01189e552bb4ed4fef67be2b9ca85e5917a73253;hb=c74e0cf9bdbda21d13d48be89bc9fd3e257c9b9e;hp=ece85cd36ab5ff2238afefcfcf96da6179251300;hpb=f31675494449c73316cab60617f51a85e67291c1;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 ece85cd3..01189e55 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c @@ -211,7 +211,8 @@ guicontrolflow_destructor(ControlFlowData *control_flow_data) } -GtkWidget *guicontrolflow_get_widget(ControlFlowData *control_flow_data) +__inline GtkWidget *guicontrolflow_get_widget( + ControlFlowData *control_flow_data) { return control_flow_data->top_widget ; }