libX11: Changes to 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Fri Oct 14 17:19:43 PDT 2011


 modules/im/ximcp/imDefFlt.c  |   16 ++++++----------
 modules/im/ximcp/imDefIc.c   |    4 ----
 modules/im/ximcp/imDefLkup.c |   12 ++++--------
 modules/im/ximcp/imExten.c   |    2 +-
 src/xlibi18n/XimintP.h       |   40 ++++++++++++++++------------------------
 5 files changed, 27 insertions(+), 47 deletions(-)

New commits:
commit 738f7b867341c1da87ee667d48815822715c3e75
Author: Choe Hwanjin <choe.hwanjin at gmail.com>
Date:   Thu Oct 13 07:58:02 2011 +0900

    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 at gmail.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list