Module mainwin: clean up, following gtk convention
[lttv.git] / ltt / branches / poly / include / lttv / common.h
index 1af0790c4691e77bf600583d871b226d03bc6163..1e43d0a823009fd929ade9557b1769e5a401da52 100644 (file)
@@ -6,18 +6,16 @@
 #include <gtk/gtk.h>
 
 typedef struct _mainWindow mainWindow;
-typedef struct _systemView systemView;
+//typedef struct _systemView systemView;
 typedef struct _tab tab;
-typedef struct _TimeInterval TimeInterval;
 
 /* constructor of the viewer */
 typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window);
 typedef lttv_constructor view_constructor;
 
-struct _TimeInterval{
-  LttTime startTime;
-  LttTime endTime;  
-};
-
+typedef struct _TimeWindow {
+       LttTime startTime;
+       LttTime Time_Width;
+} TimeWindow;
 
 #endif // COMMON_H
This page took 0.02393 seconds and 4 git commands to generate.