Mercurial > emacs
changeset 13625:397f07418271
(internal_terminal_init): Initialize the_only_x_display.font.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 22 Nov 1995 12:09:49 +0000 |
parents | 47484dd9a970 |
children | 177fbffc7359 |
files | src/msdos.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/msdos.c Wed Nov 22 10:47:09 1995 +0000 +++ b/src/msdos.c Wed Nov 22 12:09:49 1995 +0000 @@ -694,6 +694,7 @@ the_only_x_display.line_height = 1; the_only_frame.output_data.x = &the_only_x_display; the_only_frame.output_method = output_msdos_raw; + the_only_x_display.font = (XFontStruct *)1; /* must *not* be zero */ init_frame_faces ((FRAME_PTR) &the_only_frame);