diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 19:35:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 19:35:34 +0000 |
commit | 183bd15c0ec113c0015b05c0da0a613d015b1250 (patch) | |
tree | 25f2f28498df28b57749f60c6363454b1fa5fa3e /textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c | |
parent | bd9b2225347aec0a9f522243052fc6e925afa79a (diff) | |
download | ports-183bd15c0ec113c0015b05c0da0a613d015b1250.tar.gz ports-183bd15c0ec113c0015b05c0da0a613d015b1250.zip |
Notes
Diffstat (limited to 'textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c')
-rw-r--r-- | textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c b/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c new file mode 100644 index 000000000000..706ace9314bb --- /dev/null +++ b/textproc/iiimf-x-lib/files/patch-iiimxcf_xiiimp.so_iiimp_iiimpAux.c @@ -0,0 +1,16 @@ +--- iiimp/iiimpAux.c.orig Wed Oct 13 21:13:37 2004 ++++ iiimp/iiimpAux.c Wed Oct 13 21:14:40 2004 +@@ -1997,11 +1997,12 @@ + static void + service_set_conversion_mode(aux_t * aux, int conversion_mode) + { ++ XVaNestedList preedit_attr; + XIC xic = (XIC)aux->ic; + XIMPreeditState preedit_state; + + preedit_state = (conversion_mode == 1 ? XIMPreeditEnable : XIMPreeditDisable); +- XVaNestedList preedit_attr = XVaCreateNestedList(0, ++ preedit_attr = XVaCreateNestedList(0, + XNPreeditState, preedit_state, + 0); + XSetICValues((XIC)xic, |