X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d5e5e7b41166815a843148f2081d19bc14b628b2..5a1d858bbc5410916d764e7f9c62b4e405fab592:/src/xterm.h diff --git a/src/xterm.h b/src/xterm.h index e680cbe7dd..2d99d2f25d 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -473,10 +473,13 @@ struct x_output GtkWidget *menubar_widget; /* The tool bar in this frame */ GtkWidget *toolbar_widget; - /* The handle box that makes the tool bar detachable. */ +#ifdef HAVE_GTK_HANDLE_BOX_NEW +/* The handle box that makes the tool bar detachable. */ GtkWidget *handlebox_widget; +#endif /* Non-zero if tool bar is packed into the hbox widget (i.e. vertical). */ - int toolbar_in_hbox; + bool toolbar_in_hbox; + bool toolbar_is_packed; /* The last size hints set. */ GdkGeometry size_hints;