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:
591a819
)
* m17n-gui.h (M17N_INIT_X, M17N_INIT_GD): New macros.
author
handa
<handa>
Wed, 30 Jun 2004 03:36:08 +0000
(
03:36
+0000)
committer
handa
<handa>
Wed, 30 Jun 2004 03:36:08 +0000
(
03:36
+0000)
(m17n_init_win): Adjust prototype.
* m17n-X.h: Include <m17n-gui.h>.
(m17n_init_X): Extern it.
(M17N_INIT): Redefine it.
src/m17n-gui.h
patch
|
blob
|
history
diff --git
a/src/m17n-gui.h
b/src/m17n-gui.h
index
0fc0c2f
..
ce2f597
100644
(file)
--- a/
src/m17n-gui.h
+++ b/
src/m17n-gui.h
@@
-32,7
+32,10
@@
extern "C"
{
#endif
-extern void m17n_init_win (void);
+#define M17N_INIT_X() 1
+#define M17N_INIT_GD() 1
+
+extern int m17n_init_win (void);
#undef M17N_INIT
#define M17N_INIT() m17n_init_win ()