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:
parent
8994bdd044
commit
ad784d768d
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue