1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00

(w32_load_bdf_font): Initialize font->double_byte_p.

This commit is contained in:
Jason Rumney 2000-05-30 21:38:23 +00:00
parent 8994bdd044
commit ad784d768d

View file

@ -634,6 +634,9 @@ struct font_info *w32_load_bdf_font (struct frame *f, char *fontname,
font->bdf = bdf_font;
font->hfont = 0;
/* NTEMACS_TODO: Recognize DBCS fonts. */
font->double_byte_p = 0;
/* Do we need to create the table? */
if (dpyinfo->font_table_size == 0)
{