ifdef for EXTRA_CHECK, and precalculate time_width_double
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index d07ed4e771e1262fd6c15526a5d426cf3722210a..69840a1a75f5f51d07d229dc271a102261bc7165 100644 (file)
@@ -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);
This page took 0.024985 seconds and 4 git commands to generate.