Module mainwin: clean up, following gtk convention
[lttv.git] / ltt / branches / poly / include / lttv / common.h
index 22057a966ebe3e801916a5bc2a23cc9f7b0c616d..1e43d0a823009fd929ade9557b1769e5a401da52 100644 (file)
@@ -13,5 +13,9 @@ typedef struct _tab tab;
 typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window);
 typedef lttv_constructor view_constructor;
 
+typedef struct _TimeWindow {
+       LttTime startTime;
+       LttTime Time_Width;
+} TimeWindow;
 
 #endif // COMMON_H
This page took 0.022438 seconds and 4 git commands to generate.