diff options
author | nork <nork@FreeBSD.org> | 2003-06-02 16:39:26 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-02 16:39:26 +0000 |
commit | 11a5f08fb2cc41406bd5204c6a41149c11bebe9b (patch) | |
tree | b82caf611907796dfbb59b79e79082008fef9f2d /japanese/kinput2-freewnn/files | |
parent | 7eecc129747b4f40706f477e590d44bbcb2db54d (diff) | |
download | FreeBSD-ports-11a5f08fb2cc41406bd5204c6a41149c11bebe9b.zip FreeBSD-ports-11a5f08fb2cc41406bd5204c6a41149c11bebe9b.tar.gz |
Fix XIM application freeze & Bump PORTREVISION.
PR: users-jp/74701
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
Reviewed by: ume
Approved by: maintainer timeout (about 5 days)
Diffstat (limited to 'japanese/kinput2-freewnn/files')
-rw-r--r-- | japanese/kinput2-freewnn/files/patch-lib::imlib::imconv.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/kinput2-freewnn/files/patch-lib::imlib::imconv.c b/japanese/kinput2-freewnn/files/patch-lib::imlib::imconv.c new file mode 100644 index 0000000..bfe8aef --- /dev/null +++ b/japanese/kinput2-freewnn/files/patch-lib::imlib::imconv.c @@ -0,0 +1,12 @@ +--- lib/imlib/imconv.c.orig Thu Oct 3 18:35:30 2002 ++++ lib/imlib/imconv.c Tue Jun 3 01:34:56 2003 +@@ -591,6 +591,9 @@ + } + } + IMFinishRequest(conn, offset); ++#ifdef STATUS_SYNC ++ IMFlush(conn); ++#endif /* STATUS_SYNC */ + } + + /*- preeditCaret: do actual preedit caret -*/ |