compile ok after API cleanup
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 6576a89213ebe016a8283ce9d16f08270904d0b8..e37e56dfbb168c042b77606f1f946b10bf40b2af 100644 (file)
@@ -104,8 +104,8 @@ void drawing_remove_square(Drawing_t *drawing,
 void convert_pixels_to_time(
     gint width,
     guint x,
-    LttTime *window_time_begin,
-    LttTime *window_time_end,
+    LttTime window_time_begin,
+    LttTime window_time_end,
     LttTime *time);
 
 void convert_time_to_pixels(
This page took 0.022994 seconds and 4 git commands to generate.