aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorJoakim Verona2012-12-31 00:04:10 +0100
committerJoakim Verona2012-12-31 00:04:10 +0100
commit42a61fa6a6cbcfde79d812bbbba372d579dc1016 (patch)
tree96f29a95b6a443d93875882b1d7a7dbbd6fcc849 /src/xterm.h
parentea2da3d8fbf19765a9bd82292bfc73918f74048d (diff)
parent84cc1ab62539eed7869a88003a017330d79e8cac (diff)
downloademacs-42a61fa6a6cbcfde79d812bbbba372d579dc1016.tar.gz
emacs-42a61fa6a6cbcfde79d812bbbba372d579dc1016.zip
auto upstream
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h7
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;