git-svn-id: http://ltt.polymtl.ca/svn@319 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / include / lttv / common.h
index 22057a966ebe3e801916a5bc2a23cc9f7b0c616d..0da0ccd7cee30e3b56b30154b654a90cdbdce883 100644 (file)
@@ -5,13 +5,16 @@
 #include <ltt/ltt.h>
 #include <gtk/gtk.h>
 
-typedef struct _mainWindow mainWindow;
-//typedef struct _systemView systemView;
-typedef struct _tab tab;
+typedef struct _MainWindow MainWindow;
+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.022824 seconds and 4 git commands to generate.