do not recalculate time width..
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 0dd8ae892fffa9cf973964bb2a1af3478b2ec0c9..d07ed4e771e1262fd6c15526a5d426cf3722210a 100644 (file)
@@ -138,11 +138,13 @@ __inline void convert_pixels_to_time(
     gint width,
     guint x,
     LttTime window_time_begin,
+    LttTime window_time_interval,
     LttTime window_time_end,
     LttTime *time);
 
 __inline void convert_time_to_pixels(
     LttTime window_time_begin,
+    LttTime window_time_interval,
     LttTime window_time_end,
     LttTime time,
     gint width,
This page took 0.022909 seconds and 4 git commands to generate.