comparison 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
comparison
equal deleted inserted replaced
128:8def260d486d 129:2983cde45542
5428 xim_get_status_area_height() 5428 xim_get_status_area_height()
5429 { 5429 {
5430 #ifdef FEAT_GUI_GTK 5430 #ifdef FEAT_GUI_GTK
5431 if (xim_input_style & (int)GDK_IM_STATUS_AREA) 5431 if (xim_input_style & (int)GDK_IM_STATUS_AREA)
5432 return gui.char_height; 5432 return gui.char_height;
5433 #elif defined FEAT_GUI_KDE 5433 #else
5434 # if defined FEAT_GUI_KDE
5434 /* always return zero? */ 5435 /* always return zero? */
5435 #else 5436 # else
5436 if (status_area_enabled) 5437 if (status_area_enabled)
5437 return gui.char_height; 5438 return gui.char_height;
5439 # endif
5438 #endif 5440 #endif
5439 return 0; 5441 return 0;
5440 } 5442 }
5441 5443
5442 /* 5444 /*