create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow.h
index 6278814dffea5a9d2eb29331ada8458746e7b5ac..9874d0d9091edd20f048e3d34842b640938f7456 100644 (file)
@@ -22,8 +22,6 @@
 #include <glib.h>
 #include <ltt/time.h>
 
-extern GQuark LTTV_TRACES;
-
 typedef struct _MainWindow MainWindow;
 typedef struct _TimeWindow TimeWindow;
 typedef struct _Tab Tab;
@@ -32,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.023256 seconds and 4 git commands to generate.