remove debug
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.h
index f211879ffb2390074097ae3f500fddd100a48cbf..279c402fe442a14249ab67f3a0529e9785d3a894 100644 (file)
@@ -75,17 +75,17 @@ 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,
-               LttTime *begin);
+               LttTime *time);
 
 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
This page took 0.029538 seconds and 4 git commands to generate.