following GTK convention
[lttv.git] / ltt / branches / poly / include / lttv / common.h
index 22057a966ebe3e801916a5bc2a23cc9f7b0c616d..a408bb4c00c82ebe5f120da7f8817076358707dd 100644 (file)
@@ -5,13 +5,17 @@
 #include <ltt/ltt.h>
 #include <gtk/gtk.h>
 
-typedef struct _mainWindow mainWindow;
+typedef struct _MainWindow MainWindow;
 //typedef struct _systemView systemView;
-typedef struct _tab tab;
+typedef struct _Tab Tab;
 
 /* constructor of the viewer */
-typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window);
+typedef GtkWidget * (*lttv_constructor)(MainWindow * main_window);
 typedef lttv_constructor view_constructor;
 
+typedef struct _TimeWindow {
+       LttTime start_time;
+       LttTime time_width;
+} TimeWindow;
 
 #endif // COMMON_H
This page took 0.023341 seconds and 4 git commands to generate.