TimeWindow now has end_time
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow.h
index a949ed984153518bec78a26af1394c28732e1dd4..5dcc85ffbc1bee4f63c271e97a27d921364a240e 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef _MAIN_WINDOW_
 #define _MAIN_WINDOW_
 
+#include <glib.h>
 #include <ltt/time.h>
 
 typedef struct _MainWindow MainWindow;
@@ -29,6 +30,7 @@ typedef struct _TracesetInfo TracesetInfo;
 struct _TimeWindow {
        LttTime start_time;
        LttTime time_width;
+       LttTime end_time;
 }; 
 
 
This page took 0.022671 seconds and 4 git commands to generate.