0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

Change remaining HAVE_GTK2 to FEAT_GUI_GTK.

This commit is contained in:
Bram Moolenaar
2010-06-26 05:38:18 +02:00
parent 51f53dfe17
commit 0eda7ac7f8
13 changed files with 53 additions and 59 deletions

View File

@@ -9298,14 +9298,14 @@ showmode()
&& curbuf->b_p_iminsert == B_IMODE_IM)
# else
if (
# ifdef HAVE_GTK2
# ifdef FEAT_GUI_GTK
preedit_get_status()
# else
im_get_status()
# endif
)
# endif
# ifdef HAVE_GTK2 /* most of the time, it's not XIM being used */
# ifdef FEAT_GUI_GTK /* most of the time, it's not XIM being used */
MSG_PUTS_ATTR(" IM", attr);
# else
MSG_PUTS_ATTR(" XIM", attr);