I've made my patch again against libX11 git master
22ba43d198dcca86c88eb15a56fc7d8fc47c422e.
This patch already has changes that revert commit
1a1a42a3ca1dfaf42f1094936b71c140fc030fcb.
I don't see any significant differences between your patch and mine.

And your patch have some problem.
See below.

2011/10/12 Jeremy Huddleston <jerem...@apple.com>:
> @@ -708,7 +704,7 @@ _XimCommitRecv(
>
>     (void)_XimRespSyncReply(ic, flag);
>
> -    MARK_FABLICATED(ic);
> +    MARK_FABRICATED(ic);
>
>     ev.type = KeyPress;
>     ev.send_event = False;

MARK_FABRICATED(ic); should be MARK_FABRICATED(im);
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to