following GTK convention
[lttv.git] / ltt / branches / poly / include / lttv / common.h
index 1e43d0a823009fd929ade9557b1769e5a401da52..a408bb4c00c82ebe5f120da7f8817076358707dd 100644 (file)
@@ -5,17 +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 startTime;
-       LttTime Time_Width;
+       LttTime start_time;
+       LttTime time_width;
 } TimeWindow;
 
 #endif // COMMON_H
This page took 0.023376 seconds and 4 git commands to generate.