Skip to content

Commit fb1db0e

Browse files
committed
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)
1 parent be5d998 commit fb1db0e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/mbyte.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5922,7 +5922,7 @@ im_set_active(int active_arg)
59225922
if (active != im_get_status())
59235923
{
59245924
call_imactivatefunc(active);
5925-
im_is_active = active;
5925+
xim_has_focus = active;
59265926
}
59275927
return;
59285928
}

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ static char *(features[]) =
771771

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1342,
774776
/**/
775777
1341,
776778
/**/

0 commit comments

Comments
 (0)