fix stats at end of trace
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 2602061e62807a2c6a57b999c3bba7e21a0e2441..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;
@@ -133,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.022783 seconds and 4 git commands to generate.