projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a95be7
)
(x_output_toolbar_button): Use `Charset_ID' instead of `unsigned
author
tomo
<tomo>
Wed, 1 Sep 1999 17:02:40 +0000
(17:02 +0000)
committer
tomo
<tomo>
Wed, 1 Sep 1999 17:02:40 +0000
(17:02 +0000)
char'.
src/toolbar-x.c
patch
|
blob
|
history
diff --git
a/src/toolbar-x.c
b/src/toolbar-x.c
index
9961950
..
55f6c66
100644
(file)
--- 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;