(internal_terminal_init): Initialize the_only_x_display.font.
This commit is contained in:
parent
ef1bfd8f71
commit
64ec6a0251
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue