X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow.h;h=9874d0d9091edd20f048e3d34842b640938f7456;hb=88237536a72d70abfc670286eae1cf7c44c1a50b;hp=6278814dffea5a9d2eb29331ada8458746e7b5ac;hpb=6ced96ef9d5c1af6dbef8ef6e26f71ed6abdd676;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h index 6278814d..9874d0d9 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h @@ -22,8 +22,6 @@ #include #include -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; };