diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/xterm.h b/src/xterm.h index d63ed1c4583..b241ff23559 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Definitions and headers for communication with X protocol. | 1 | /* Definitions and headers for communication with X protocol. |
| 2 | Copyright (C) 1989, 1993-1994, 1998-2012 Free Software Foundation, Inc. | 2 | Copyright (C) 1989, 1993-1994, 1998-2013 Free Software Foundation, |
| 3 | Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
| @@ -473,12 +474,13 @@ struct x_output | |||
| 473 | GtkWidget *menubar_widget; | 474 | GtkWidget *menubar_widget; |
| 474 | /* The tool bar in this frame */ | 475 | /* The tool bar in this frame */ |
| 475 | GtkWidget *toolbar_widget; | 476 | GtkWidget *toolbar_widget; |
| 476 | /* The handle box that makes the tool bar detachable. */ | 477 | #ifdef HAVE_GTK_HANDLE_BOX_NEW |
| 478 | /* The handle box that makes the tool bar detachable. */ | ||
| 477 | GtkWidget *handlebox_widget; | 479 | GtkWidget *handlebox_widget; |
| 478 | /* Non-zero if the tool bar is detached. */ | 480 | #endif |
| 479 | int toolbar_detached; | ||
| 480 | /* Non-zero if tool bar is packed into the hbox widget (i.e. vertical). */ | 481 | /* Non-zero if tool bar is packed into the hbox widget (i.e. vertical). */ |
| 481 | int toolbar_in_hbox; | 482 | bool toolbar_in_hbox; |
| 483 | bool toolbar_is_packed; | ||
| 482 | 484 | ||
| 483 | /* The last size hints set. */ | 485 | /* The last size hints set. */ |
| 484 | GdkGeometry size_hints; | 486 | GdkGeometry size_hints; |