Mercurial > emacs
diff src/w32bdf.c @ 29315:e0ea7a9dd20b
(w32_load_bdf_font): Initialize font->double_byte_p.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Tue, 30 May 2000 21:38:23 +0000 |
| parents | f6a8927824c9 |
| children | ba53675aa8f9 |
line wrap: on
line diff
--- a/src/w32bdf.c Tue May 30 21:37:01 2000 +0000 +++ b/src/w32bdf.c Tue May 30 21:38:23 2000 +0000 @@ -634,6 +634,9 @@ 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) {
