quit menu complete
[lttv.git] / ltt / branches / poly / include / lttv / mainWindow.h
index 2b31328c95a7aa85aa6926b40f1bf37721672b23..391cef0fae8e074d187a58434175fcd44e51de59 100644 (file)
 #include <lttv/common.h>
 #include <lttv/gtkcustom.h>
 
-struct _TimeInterval{
-  LttTime startTime;
-  LttTime endTime;  
-};
-
+typedef struct _WindowCreationData {
+       int argc;
+       char ** argv;
+} WindowCreationData;
 
 struct _mainWindow{
   GtkWidget*      MWindow;            /* Main Window */
@@ -42,14 +41,15 @@ struct _mainWindow{
   tab * Tab;
   tab * CurrentTab;
   LttvIAttribute * Attributes;
+
+  WindowCreationData * winCreationData; 
 };
 
 
 struct _systemView{
   gpointer             EventDB;
-  gpointer           * SystemInfo;
-  gpointer           * Options;
+  gpointer             SystemInfo;
+  gpointer             Options;
   mainWindow         * Window;
   struct _systemView * Next;
 };
This page took 0.023603 seconds and 4 git commands to generate.