From: tomo Date: Wed, 1 Sep 1999 17:02:40 +0000 (+0000) Subject: (x_output_toolbar_button): Use `Charset_ID' instead of `unsigned X-Git-Tag: r21-2-19-utf-2000-0_5-0~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=056d32392429f9142ddff0effc46a0c18c2516cc;p=chise%2Fxemacs-chise.git.1 (x_output_toolbar_button): Use `Charset_ID' instead of `unsigned char'. --- diff --git a/src/toolbar-x.c b/src/toolbar-x.c index 9961950..55f6c66 100644 --- a/src/toolbar-x.c +++ b/src/toolbar-x.c @@ -221,7 +221,7 @@ x_output_toolbar_button (struct frame *f, Lisp_Object button) WINDOW_FACE_CACHEL (w, DEFAULT_INDEX); struct display_line dl; Lisp_Object string = IMAGE_INSTANCE_TEXT_STRING (p); - unsigned char charsets[NUM_LEADING_BYTES]; + Charset_ID charsets[NUM_LEADING_BYTES]; Emchar_dynarr *buf; struct font_metric_info fm;