X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fdrawing.h;h=69840a1a75f5f51d07d229dc271a102261bc7165;hb=a2aab3a3417958dbbb2dff69c15d1206ec7d28b1;hp=d07ed4e771e1262fd6c15526a5d426cf3722210a;hpb=20640e7057725a118fcca68e8675946561293a75;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.h b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.h index d07ed4e7..69840a1a 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.h @@ -137,15 +137,11 @@ void drawing_remove_square(Drawing_t *drawing, __inline void convert_pixels_to_time( gint width, guint x, - LttTime window_time_begin, - LttTime window_time_interval, - LttTime window_time_end, + TimeWindow time_window, LttTime *time); __inline void convert_time_to_pixels( - LttTime window_time_begin, - LttTime window_time_interval, - LttTime window_time_end, + TimeWindow time_window, LttTime time, gint width, guint *x);