TimeWindow now has end_time
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow.h
index d46969b2d735485cb175d2cc676b00d49b1eb21e..5dcc85ffbc1bee4f63c271e97a27d921364a240e 100644 (file)
@@ -30,6 +30,7 @@ typedef struct _TracesetInfo TracesetInfo;
 struct _TimeWindow {
        LttTime start_time;
        LttTime time_width;
+       LttTime end_time;
 }; 
 
 
This page took 0.034641 seconds and 4 git commands to generate.