mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1-311
This commit is contained in:
@@ -5525,8 +5525,8 @@ preedit_callback_setup(GdkIC *ic)
|
||||
XNPreeditDrawCallback, &preedit_draw_cb,
|
||||
XNPreeditCaretCallback, &preedit_caret_cb,
|
||||
XNPreeditDoneCallback, &preedit_done_cb,
|
||||
0);
|
||||
XSetICValues (xxic, XNPreeditAttributes, preedit_attr, 0);
|
||||
NULL);
|
||||
XSetICValues(xxic, XNPreeditAttributes, preedit_attr, NULL);
|
||||
XFree(preedit_attr);
|
||||
}
|
||||
|
||||
@@ -5536,7 +5536,8 @@ reset_state_setup(GdkIC *ic)
|
||||
{
|
||||
#ifdef USE_X11R6_XIM
|
||||
/* don't change the input context when we call reset */
|
||||
XSetICValues(((GdkICPrivate*)ic)->xic, XNResetState, XIMPreserveState, 0);
|
||||
XSetICValues(((GdkICPrivate *)ic)->xic, XNResetState, XIMPreserveState,
|
||||
NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
311,
|
||||
/**/
|
||||
310,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user