Mercurial > emacs
changeset 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 | 6daef241d794 |
children | 119787818dff |
files | src/w32bdf.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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) {