1
0
forked from aniani/vim

patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI

Problem:    'imactivatefunc' and 'imstatusfunc' are not used in the GUI.
Solution:   Adjust the #ifdefs. (closes #6367)
This commit is contained in:
Bram Moolenaar
2020-07-01 15:12:44 +02:00
parent 8e6cbb7232
commit ef8c617b9c
4 changed files with 7 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ xim_log(char *s, ...)
}
#endif
#ifdef FEAT_GUI
#if defined(FEAT_GUI_MSWIN)
# define USE_IMACTIVATEFUNC (!gui.in_use && *p_imaf != NUL)
# define USE_IMSTATUSFUNC (!gui.in_use && *p_imsf != NUL)
#else