From: Jason Rumney Date: Tue, 30 May 2000 21:38:23 +0000 (+0000) Subject: (w32_load_bdf_font): Initialize font->double_byte_p. X-Git-Tag: emacs-pretest-21.0.90~3612 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad784d768d4d83a954cd26e5867533206ffcf65e;p=emacs.git (w32_load_bdf_font): Initialize font->double_byte_p. --- diff --git a/src/w32bdf.c b/src/w32bdf.c index 989db1f9cdd..932c874356f 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c @@ -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) {