aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-11-22 12:09:49 +0000
committerRichard M. Stallman <[email protected]>1995-11-22 12:09:49 +0000
commit64ec6a0251ddf416adf2c95a1690cb0dc6289088 (patch)
tree4068ec60f64a8e780de0a24930e6b007ce7a817f /src/msdos.c
parentef1bfd8f7102bca1947caf06ec22b1b17ed46152 (diff)
(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 35c46d9904..1504770e45 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);