diff src/mbyte.c @ 129:2983cde45542

updated for version 7.0044
author vimboss
date Tue, 25 Jan 2005 21:57:23 +0000
parents 04f2e519ab18
children 8ecb0db93e9a
line wrap: on
line diff
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -5430,11 +5430,13 @@ xim_get_status_area_height()
 #ifdef FEAT_GUI_GTK
     if (xim_input_style & (int)GDK_IM_STATUS_AREA)
 	return gui.char_height;
-#elif defined FEAT_GUI_KDE
+#else
+# if defined FEAT_GUI_KDE
     /* always return zero? */
-#else
+# else
     if (status_area_enabled)
 	return gui.char_height;
+# endif
 #endif
     return 0;
 }