create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow.h
index a949ed984153518bec78a26af1394c28732e1dd4..9874d0d9091edd20f048e3d34842b640938f7456 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,8 @@ typedef struct _TracesetInfo TracesetInfo;
 struct _TimeWindow {
        LttTime start_time;
        LttTime time_width;
+  double time_width_double;
+       LttTime end_time;
 }; 
 
 
This page took 0.023168 seconds and 4 git commands to generate.