projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afcba1b
)
(MFaceHookFunc): Change this function type to void.
author
handa
<handa>
Thu, 20 May 2004 06:25:28 +0000
(06:25 +0000)
committer
handa
<handa>
Thu, 20 May 2004 06:25:28 +0000
(06:25 +0000)
src/m17n-gui.h
patch
|
blob
|
history
diff --git
a/src/m17n-gui.h
b/src/m17n-gui.h
index
9b117f2
..
a920537
100644
(file)
--- a/
src/m17n-gui.h
+++ b/
src/m17n-gui.h
@@
-380,7
+380,7
@@
typedef struct
#MFaceHookFunc ¤Ï¥Õ¥§¡¼¥¹¤Î #Mhook ¥×¥í¥Ñ¥Æ¥£¤ò»ØÄꤹ¤ë·¿¤Ç¤¢¤ë¡£
¤³¤Î¥×¥í¥Ñ¥Æ¥£¤ÎÃͤϡ¢¤³¤Î·¿¤Î´Ø¿ô¤Ç¤Ê¤¯¤Æ¤Ï¤Ê¤é¤Ê¤¤¡£
*/
-typedef void *(*MFaceHookFunc) (MFace *face, void *arg, void *info);
+typedef void (*MFaceHookFunc) (MFace *face, void *arg, void *info);
/*=*/
extern void *mface_get_prop (MFace *face, MSymbol key);