diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 09be1626c19..1925210b623 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -477,6 +477,8 @@ struct x_output | |||
| 477 | GtkWidget *vbox_widget; | 477 | GtkWidget *vbox_widget; |
| 478 | /* The notebook (i.e. tab) widget. */ | 478 | /* The notebook (i.e. tab) widget. */ |
| 479 | GtkWidget *notebook_widget; | 479 | GtkWidget *notebook_widget; |
| 480 | /* The current note book child. */ | ||
| 481 | GtkWidget *current_tab; | ||
| 480 | /* The menubar in this frame. */ | 482 | /* The menubar in this frame. */ |
| 481 | GtkWidget *menubar_widget; | 483 | GtkWidget *menubar_widget; |
| 482 | /* The tool bar in this frame */ | 484 | /* The tool bar in this frame */ |