aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 ()
694 the_only_x_display.line_height = 1; 694 the_only_x_display.line_height = 1;
695 the_only_frame.output_data.x = &the_only_x_display; 695 the_only_frame.output_data.x = &the_only_x_display;
696 the_only_frame.output_method = output_msdos_raw; 696 the_only_frame.output_method = output_msdos_raw;
697 the_only_x_display.font = (XFontStruct *)1; /* must *not* be zero */
697 698
698 init_frame_faces ((FRAME_PTR) &the_only_frame); 699 init_frame_faces ((FRAME_PTR) &the_only_frame);
699 700