* data.c (wrong_choice): Not static any more.
commit5d59504a3198da6173a8cc1d4125a76b657b4538
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 17 Jul 2014 10:18:19 +0000 (17 14:18 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 17 Jul 2014 10:18:19 +0000 (17 14:18 +0400)
treeb1d028d1e7b7a90c8d56140aff7f6416254507cc
parentb1bfebbfc50e3d83a76ec1469b1e4570b1b022bc
* data.c (wrong_choice): Not static any more.
* lisp.h (wrong_choice): Add prototype.
* frame.h (struct frame) [USE_X_TOOLKIT || HAVE_NTGUI]:
Declare namebuf as such.  Tweak comment.
[USE_GTK]: Likewise for tool_bar_position.
(fset_tool_bar_position) [USE_GTK]: Ditto.
(FRAME_TOOL_BAR_POSITION): New macro.
* frame.c (x_report_frame_params):
* gtkutil.c (update_frame_tool_bar):
* xfns.c (Fx_create_frame): Use it.
(x_set_tool_bar_position): Add meaningful diagnostic messages.
src/ChangeLog
src/data.c
src/frame.c
src/frame.h
src/gtkutil.c
src/lisp.h
src/xfns.c