From: Bram Moolenaar Date: Sat, 25 Nov 2017 20:07:46 +0000 (+0100) Subject: patch 8.0.1342: cannot build with Motif and multi-byte X-Git-Tag: v8.0.1342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb1db0e3550355e10ac86c4a4af21209c5456a66;p=vim patch 8.0.1342: cannot build with Motif and multi-byte Problem: Cannot build with Motif and multi-byte. (Mohamed Boughaba) Solution: Use the right input method status flag. (closes #2374) --- diff --git a/src/mbyte.c b/src/mbyte.c index cf60db07f..3ebd183c9 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -5922,7 +5922,7 @@ im_set_active(int active_arg) if (active != im_get_status()) { call_imactivatefunc(active); - im_is_active = active; + xim_has_focus = active; } return; } diff --git a/src/version.c b/src/version.c index 3fa66e492..5894a69cd 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1342, /**/ 1341, /**/