(internal_terminal_init): Initialize the_only_x_display.font.
authorRichard M. Stallman <rms@gnu.org>
Wed, 22 Nov 1995 12:09:49 +0000 (12:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 22 Nov 1995 12:09:49 +0000 (12:09 +0000)
src/msdos.c

index 35c46d9..1504770 100644 (file)
@@ -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);