comparison src/xterm.c @ 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 52a6e4267841
children c79b5010b654 63b7247f4be6
comparison
equal deleted inserted replaced
62798:1efd1bf14e07 62799:eba7c6883fe3
902 if (font_info->font_encoder) 902 if (font_info->font_encoder)
903 { 903 {
904 /* It's a program. */ 904 /* It's a program. */
905 struct ccl_program *ccl = font_info->font_encoder; 905 struct ccl_program *ccl = font_info->font_encoder;
906 906
907 check_ccl_update (ccl);
907 if (CHARSET_DIMENSION (charset) == 1) 908 if (CHARSET_DIMENSION (charset) == 1)
908 { 909 {
909 ccl->reg[0] = charset; 910 ccl->reg[0] = charset;
910 ccl->reg[1] = char2b->byte2; 911 ccl->reg[1] = char2b->byte2;
911 ccl->reg[2] = -1; 912 ccl->reg[2] = -1;