changeset 62799:eba7c6883fe3

(x_encode_char): Call check_ccl_update in advance.
author Kenichi Handa <handa@m17n.org>
date Fri, 27 May 2005 11:28:30 +0000
parents 1efd1bf14e07
children 47eb71e6fd77
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Fri May 27 11:27:50 2005 +0000
+++ b/src/xterm.c	Fri May 27 11:28:30 2005 +0000
@@ -904,6 +904,7 @@
       /* It's a program.  */
       struct ccl_program *ccl = font_info->font_encoder;
 
+      check_ccl_update (ccl);
       if (CHARSET_DIMENSION (charset) == 1)
 	{
 	  ccl->reg[0] = charset;