Author: ek.kato
Date: Tue Jun 23 00:56:37 2009
New Revision: 5956
Modified:
trunk/xim/connection.cpp
Log:
* xim/connnection.cpp: Use larger buffer size.
This fixes the bug in [uim-en 229] and [uim-ja 139].
Modified: trunk/xim/connection.cpp
==============================================================================
--- trunk/xim/connection.cpp (original)
+++ trunk/xim/connection.cpp Tue Jun 23 00:56:37 2009
@@ -48,7 +48,7 @@
# include <alloca.h>
#endif
-#define BUF_SIZE 1024
+#define BUF_SIZE 4096
#define TRANSPORT_UNIT 20
#define TRANSPORT_MAX 20 // Emacs's XIM won't work correctly when the
value is 100