summaryrefslogtreecommitdiff
path: root/src/msdos.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-22 12:09:49 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-22 12:09:49 +0000
commitff7eeee16327be0b61428604ce1dd6b0f0f4ebfb (patch)
treecdef34ddcb919ffbe26acc427c8b0bc1d9b346e0 /src/msdos.c
parent37489bd6977c578e7d42e0592e23affde29e75aa (diff)
downloademacs-ff7eeee16327be0b61428604ce1dd6b0f0f4ebfb.tar.gz
(internal_terminal_init): Initialize the_only_x_display.font.
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 35c46d99044..1504770e45e 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -694,6 +694,7 @@ internal_terminal_init ()
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);