X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FDrawing.h;h=279c402fe442a14249ab67f3a0529e9785d3a894;hb=9f967db4d1b31323f7da107d74cf9623c3a6081b;hp=4957fb824d65669da8aeef258f392a0b59513814;hpb=f66eba62898bf525692d55ef95935266aee56096;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h index 4957fb82..279c402f 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Drawing.h @@ -75,7 +75,7 @@ void drawing_remove_square(Drawing_t *Drawing, //void Drawing_Resize(Drawing_t *Drawing, guint h, guint w); void convert_pixels_to_time( - Drawing_t *Drawing, + gint width, guint x, LttTime *window_time_begin, LttTime *window_time_end, @@ -85,7 +85,7 @@ void convert_time_to_pixels( LttTime window_time_begin, LttTime window_time_end, LttTime time, - Drawing_t *Drawing, + gint width, guint *x); #endif // _DRAWING_H