about summary refs log tree commit diff stats
path: root/src/ui/win_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/win_types.h')
-rw-r--r--src/ui/win_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/win_types.h b/src/ui/win_types.h
index 3eb48b29..284dbc1f 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -136,6 +136,7 @@ typedef enum {
 
 typedef struct prof_win_t {
     win_type_t type;
+    char *tab_name;
     ProfLayout *layout;
 } ProfWin;
 
@@ -194,7 +195,7 @@ typedef struct prof_xml_win_t {
 } ProfXMLWin;
 
 typedef struct prof_plugin_win_t {
-    ProfWin super;
+    ProfWin window;
     char *tag;
     char *plugin_name;
     unsigned long memcheck;