diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h index e680cbe7dd2..2d99d2f25db 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -473,10 +473,13 @@ struct x_output | |||
| 473 | GtkWidget *menubar_widget; | 473 | GtkWidget *menubar_widget; |
| 474 | /* The tool bar in this frame */ | 474 | /* The tool bar in this frame */ |
| 475 | GtkWidget *toolbar_widget; | 475 | GtkWidget *toolbar_widget; |
| 476 | /* The handle box that makes the tool bar detachable. */ | 476 | #ifdef HAVE_GTK_HANDLE_BOX_NEW |
| 477 | /* The handle box that makes the tool bar detachable. */ | ||
| 477 | GtkWidget *handlebox_widget; | 478 | GtkWidget *handlebox_widget; |
| 479 | #endif | ||
| 478 | /* Non-zero if tool bar is packed into the hbox widget (i.e. vertical). */ | 480 | /* Non-zero if tool bar is packed into the hbox widget (i.e. vertical). */ |
| 479 | int toolbar_in_hbox; | 481 | bool toolbar_in_hbox; |
| 482 | bool toolbar_is_packed; | ||
| 480 | 483 | ||
| 481 | /* The last size hints set. */ | 484 | /* The last size hints set. */ |
| 482 | GdkGeometry size_hints; | 485 | GdkGeometry size_hints; |