changeset 13:eda83436b27e

imported patch 16_imflush.diff
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 20:38:16 +0900
parents 1f1719e33c62
children 5a32b68b627d
files lib/imlib/imconv.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/imlib/imconv.c	Mon Mar 08 20:38:16 2010 +0900
+++ b/lib/imlib/imconv.c	Mon Mar 08 20:38:16 2010 +0900
@@ -591,6 +591,9 @@
 	}
     }
     IMFinishRequest(conn, offset);
+#ifdef STATUS_SYNC
+    IMFlush(conn);
+#endif /* STATUS_SYNC */
 }
 
 /*- preeditCaret: do actual preedit caret -*/