From: yangxx Date: Wed, 3 Sep 2003 20:25:37 +0000 (+0000) Subject: git-svn-id: http://ltt.polymtl.ca/svn@221 04897980-b3bd-0310-b5e0-8ef037075253 X-Git-Tag: v0.12.20~3268 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=82c09edfd609f5699880fea68a399c4d8c50f952;hp=1762589d19573fdfef4dc0fe7303b7e9f42b11d6;p=lttv.git git-svn-id: ltt.polymtl.ca/svn@221 04897980-b3bd-0310-b5e0-8ef037075253 --- 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 */