commit | ef8c617b9c4dc262ed34598d7e382237696c3d61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 15:12:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 15:12:44 2020 +0200 |
tree | 58686e56c1291e18d796c8133debfcd93121f352 | |
parent | 8e6cbb72324b6fb25d1a9abd6cc4d102d0e5f14e [diff] [blame] |
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)
diff --git a/src/gui_xim.c b/src/gui_xim.c index b5875ee..ee92301 100644 --- a/src/gui_xim.c +++ b/src/gui_xim.c
@@ -57,7 +57,7 @@ } #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