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:
3ab9fce
)
(win_create_ic): Set control.as_image for preediting to 0.
author
handa
<handa>
Mon, 29 Mar 2004 03:48:24 +0000
(
03:48
+0000)
committer
handa
<handa>
Mon, 29 Mar 2004 03:48:24 +0000
(
03:48
+0000)
src/input-gui.c
patch
|
blob
|
history
diff --git
a/src/input-gui.c
b/src/input-gui.c
index
b9a32f9
..
2536d5c
100644
(file)
--- a/
src/input-gui.c
+++ b/
src/input-gui.c
@@
-113,7
+113,7
@@
win_create_ic (MInputContext *ic)
win_ic_info->preedit.win = mwin__create_window (frame, win_info->client);
win_ic_info->preedit.control.two_dimensional = 1;
- win_ic_info->preedit.control.as_image = 1;
+ win_ic_info->preedit.control.as_image = 0;
win_ic_info->preedit.control.with_cursor = 1;
win_ic_info->preedit.control.cursor_width = 1;
win_ic_info->preedit.control.enable_bidi = 1;