Mercurial > emacs
changeset 19026:db6728252ce2
(Fx_create_frame): Initialize fontset in output_data.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Jul 1997 18:30:44 +0000 |
parents | 8d7c6644d2f9 |
children | 1171ca6f0281 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Mon Jul 28 18:20:01 1997 +0000 +++ b/src/xfns.c Mon Jul 28 18:30:44 1997 +0000 @@ -3231,6 +3231,7 @@ f->output_data.x = (struct x_output *) xmalloc (sizeof (struct x_output)); bzero (f->output_data.x, sizeof (struct x_output)); f->output_data.x->icon_bitmap = -1; + f->output_data.x->fontset = -1; f->icon_name = x_get_arg (dpyinfo, parms, Qicon_name, "iconName", "Title", string);