xorg-libx11/modules
Choe Hwanjin 738f7b8673 XIM: Make Xim handle NEED_SYNC_REPLY flag
NEED_SYNC_REPLY flag should be in Xim not in Xic.
Because the focused Xic can be changed before sending sync reply.
After focused Xic changed, the new Xic doesn't have NEED_SYNC_REPLY
flag enabled, so libX11 doesn't send XIM_SYNC_REPLY packet.

This patch adds sync reply flag to Xim and removes sync reply
from Xic.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=7869

Signed-off-by: Choe Hwanjin <choe.hwanjin@gmail.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-14 17:19:15 -07:00
..
im XIM: Make Xim handle NEED_SYNC_REPLY flag 2011-10-14 17:19:15 -07:00
lc Replace Xmalloc+bzero pairs with Xcalloc calls 2011-04-18 17:49:13 -07:00
om Convert malloc(strlen()); strcpy() sets to strdup 2011-04-18 17:49:18 -07:00
Makefile.am Add missing Makefile.am to lib/X11/modules 2005-07-15 04:27:32 +00:00