projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039a3e7
)
(x_output_toolbar_button): Use Charset_ID instead of unsigned char.
author
tomo
<tomo>
Wed, 7 Jun 2000 09:30:24 +0000
(09:30 +0000)
committer
tomo
<tomo>
Wed, 7 Jun 2000 09:30:24 +0000
(09:30 +0000)
src/toolbar-x.c
patch
|
blob
|
history
diff --git
a/src/toolbar-x.c
b/src/toolbar-x.c
index
a8a8f0e
..
b1f2e11
100644
(file)
--- a/
src/toolbar-x.c
+++ b/
src/toolbar-x.c
@@
-223,7
+223,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;