git-svn-id: http://ltt.polymtl.ca/svn@221 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 3 Sep 2003 20:25:37 +0000 (20:25 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 3 Sep 2003 20:25:37 +0000 (20:25 +0000)
ltt/branches/poly/include/lttv/common.h
ltt/branches/poly/include/lttv/mainWindow.h

index 6ac9e305a1fc38e09edf32f77f2f7ecab513c4f9..1af0790c4691e77bf600583d871b226d03bc6163 100644 (file)
@@ -14,6 +14,10 @@ typedef struct _TimeInterval TimeInterval;
 typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window);
 typedef lttv_constructor view_constructor;
 
+struct _TimeInterval{
+  LttTime startTime;
+  LttTime endTime;  
+};
 
 
 #endif // COMMON_H
index 2b31328c95a7aa85aa6926b40f1bf37721672b23..ac5e98951ef5aaead5bcb0697f98a13f014778a3 100644 (file)
 #include <lttv/common.h>
 #include <lttv/gtkcustom.h>
 
-struct _TimeInterval{
-  LttTime startTime;
-  LttTime endTime;  
-};
-
 
 struct _mainWindow{
   GtkWidget*      MWindow;            /* Main Window */
This page took 0.024651 seconds and 4 git commands to generate.