summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-06 20:04:44 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-06 20:04:44 +0000
commit241a8aaa48404921a3e84fc2cdfb5c752edeab69 (patch)
tree08b4766d30eb26d55c7772ae4763835ee6d9bbb9 /src/ui.c
parent9372a11ca67d6bdec9c16407a941cb8094eec3b6 (diff)
downloadvim-git-241a8aaa48404921a3e84fc2cdfb5c752edeab69.tar.gz
updated for version 7.0163v7.0163
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui.c b/src/ui.c
index 4449bfd81..c48af4ef8 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1536,7 +1536,7 @@ vim_free_in_input_buf()
}
#endif
-#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE) || defined(PROTO)
+#if defined(FEAT_GUI_GTK) || defined(PROTO)
int
vim_used_in_input_buf()
{
@@ -1618,7 +1618,7 @@ add_to_input_buf(s, len)
}
#endif
-#if (defined(FEAT_XIM) && (defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE))) \
+#if (defined(FEAT_XIM) && defined(FEAT_GUI_GTK)) \
|| (defined(FEAT_MBYTE) && defined(FEAT_MBYTE_IME)) \
|| defined(PROTO)
/*
@@ -2917,7 +2917,7 @@ mouse_find_win(rowp, colp)
}
#endif
-#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined (FEAT_GUI_MAC) || defined (FEAT_GUI_KDE) \
+#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined (FEAT_GUI_MAC) \
|| defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \
|| defined(FEAT_GUI_PHOTON) || defined(PROTO)
/*