]> code.delx.au - gnu-emacs/commitdiff
(w32_load_bdf_font): Initialize font->double_byte_p.
authorJason Rumney <jasonr@gnu.org>
Tue, 30 May 2000 21:38:23 +0000 (21:38 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 30 May 2000 21:38:23 +0000 (21:38 +0000)
src/w32bdf.c

index 989db1f9cdd15212e7e9ec6d2150305f0f09b6a6..932c874356ffafac956616628c717c74b549135e 100644 (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)
     {