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:
6f6a634
)
(main): Explicitly set minput_driver.
author
handa
<handa>
Thu, 19 May 2005 05:45:07 +0000
(
05:45
+0000)
committer
handa
<handa>
Thu, 19 May 2005 05:45:07 +0000
(
05:45
+0000)
example/medit.c
patch
|
blob
|
history
diff --git
a/example/medit.c
b/example/medit.c
index
f59f0d9
..
5d326ee
100644
(file)
--- a/
example/medit.c
+++ b/
example/medit.c
@@
-2590,6
+2590,7
@@
main (int argc, char **argv)
M17N_INIT ();
if (merror_code != MERROR_NONE)
FATAL_ERROR ("%s\n", "Fail to initialize the m17n library!");
+ minput_driver = &minput_gui_driver;
mt = read_file (filename);
serialized = 0;