From 82c09edfd609f5699880fea68a399c4d8c50f952 Mon Sep 17 00:00:00 2001 From: yangxx Date: Wed, 3 Sep 2003 20:25:37 +0000 Subject: [PATCH 1/1] git-svn-id: http://ltt.polymtl.ca/svn@221 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/include/lttv/common.h | 4 ++++ ltt/branches/poly/include/lttv/mainWindow.h | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ltt/branches/poly/include/lttv/common.h b/ltt/branches/poly/include/lttv/common.h index 6ac9e305..1af0790c 100644 --- a/ltt/branches/poly/include/lttv/common.h +++ b/ltt/branches/poly/include/lttv/common.h @@ -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 diff --git a/ltt/branches/poly/include/lttv/mainWindow.h b/ltt/branches/poly/include/lttv/mainWindow.h index 2b31328c..ac5e9895 100644 --- a/ltt/branches/poly/include/lttv/mainWindow.h +++ b/ltt/branches/poly/include/lttv/mainWindow.h @@ -11,11 +11,6 @@ #include #include -struct _TimeInterval{ - LttTime startTime; - LttTime endTime; -}; - struct _mainWindow{ GtkWidget* MWindow; /* Main Window */ -- 2.34.1