fix unitialized usages of result
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 4c72216239c35f49c2e23d90d659863c0bd8dde8..5bd9705e0ebc7bee540aefb6caec34a6a60afa18 100644 (file)
@@ -69,7 +69,7 @@ struct _MainWindow{
 
 struct _Tab{
   GtkWidget *label;
-  
+  GtkWidget *top_widget;
   GtkWidget *vbox; /* contains viewer_container and scrollbar */
   //GtkWidget *multivpaned;
   GtkWidget *viewer_container;
@@ -100,6 +100,12 @@ struct _Tab{
   GtkWidget *MText6;
   GtkWidget *MEntry6;
   GtkWidget *MText7;
+  GtkWidget *MEventBox8;
+  GtkWidget *MText8;
+  GtkWidget *MEntry7;
+  GtkWidget *MText9;
+  GtkWidget *MEntry8;
+  GtkWidget *MText10;
    
   // startTime is the left of the visible area. Corresponds to the scrollbar
   // value.
@@ -127,6 +133,7 @@ struct _Tab{
   GSList *events_requests;
   gboolean events_request_pending;
   LttvAttribute *interrupted_state;
+  gboolean stop_foreground;
 };
 
 #endif /* _MAIN_WINDOW_PRIVATE_ */
This page took 0.02283 seconds and 4 git commands to generate.