Mercurial > emacs
changeset 55542:09bfbc6e6c82
macfns.c: Default to using tool-bar by setting tool-bar-lines to 1 in
default-frame-alist.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Wed, 12 May 2004 02:34:57 +0000 |
parents | 1cd6f125aac9 |
children | 7b6cb8aae6f3 |
files | src/ChangeLog src/macfns.c |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed May 12 02:32:45 2004 +0000 +++ b/src/ChangeLog Wed May 12 02:34:57 2004 +0000 @@ -1,4 +1,9 @@ -2004-05-11 Steven Tamm <tamm@Steven-Tamms-Computer.local> +2004-05-11 Steven Tamm <steventamm@mac.com> + + * macfns.c (Fx_create_frame): Default to using tool-bar by + setting tool-bar-lines to 1 in default-frame-alist. + +2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v) (xpm_get_color_table_v, xpm_make_color_table_h)
--- a/src/macfns.c Wed May 12 02:32:45 2004 +0000 +++ b/src/macfns.c Wed May 12 02:34:57 2004 +0000 @@ -2708,7 +2708,7 @@ x_default_parameter (f, parms, Qmenu_bar_lines, make_number (1), "menuBar", "MenuBar", RES_TYPE_NUMBER); - x_default_parameter (f, parms, Qtool_bar_lines, make_number (0), + x_default_parameter (f, parms, Qtool_bar_lines, make_number (1), "toolBar", "ToolBar", RES_TYPE_NUMBER); x_default_parameter (f, parms, Qbuffer_predicate, Qnil, "bufferPredicate", "BufferPredicate", RES_TYPE_SYMBOL);