still some performance enhancements
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 0dd8ae892fffa9cf973964bb2a1af3478b2ec0c9..6cbcb8484e4d14ffb49acd2cb941977abc9440c1 100644 (file)
@@ -134,16 +134,14 @@ void drawing_remove_square(Drawing_t *drawing,
         guint y,
         guint height);
 
-__inline void convert_pixels_to_time(
+__inline__ void convert_pixels_to_time(
     gint width,
     guint x,
-    LttTime window_time_begin,
-    LttTime window_time_end,
+    TimeWindow time_window,
     LttTime *time);
 
-__inline void convert_time_to_pixels(
-    LttTime window_time_begin,
-    LttTime window_time_end,
+__inline__ void convert_time_to_pixels(
+    TimeWindow time_window,
     LttTime time,
     gint width,
     guint *x);
This page took 0.023436 seconds and 4 git commands to generate.