process list pid problem : everything is zero
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.h
index 4957fb824d65669da8aeef258f392a0b59513814..6ae2f19192159e6ca0581198a9d0d413479106d7 100644 (file)
@@ -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,
+               int width,
                guint *x);
 
 #endif // _DRAWING_H
This page took 0.022578 seconds and 4 git commands to generate.