diff options
| author | Richard M. Stallman | 1997-07-28 18:30:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-28 18:30:44 +0000 |
| commit | 0ecca023375fb01b3bd31c63cf9f57a90f5d683c (patch) | |
| tree | 9d7fa65699d6f3f5c29652426a5aab6da8ad96c1 /src | |
| parent | d16a4fc65bfdb0425262166e4a0928a3f8b6349e (diff) | |
| download | emacs-0ecca023375fb01b3bd31c63cf9f57a90f5d683c.tar.gz emacs-0ecca023375fb01b3bd31c63cf9f57a90f5d683c.zip | |
(Fx_create_frame): Initialize fontset in output_data.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 553b32aa716..2b99c5cf1ee 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3231,6 +3231,7 @@ This function is an internal primitive--use `make-frame' instead.") | |||
| 3231 | f->output_data.x = (struct x_output *) xmalloc (sizeof (struct x_output)); | 3231 | f->output_data.x = (struct x_output *) xmalloc (sizeof (struct x_output)); |
| 3232 | bzero (f->output_data.x, sizeof (struct x_output)); | 3232 | bzero (f->output_data.x, sizeof (struct x_output)); |
| 3233 | f->output_data.x->icon_bitmap = -1; | 3233 | f->output_data.x->icon_bitmap = -1; |
| 3234 | f->output_data.x->fontset = -1; | ||
| 3234 | 3235 | ||
| 3235 | f->icon_name | 3236 | f->icon_name |
| 3236 | = x_get_arg (dpyinfo, parms, Qicon_name, "iconName", "Title", string); | 3237 | = x_get_arg (dpyinfo, parms, Qicon_name, "iconName", "Title", string); |