comparison src/gui.c @ 1106:6c4da3e24371 v7.0.232

updated for version 7.0-232
author vimboss
date Thu, 26 Apr 2007 16:20:50 +0000
parents 41ab6b381572
children 26a577a823aa
comparison
equal deleted inserted replaced
1105:33a2652c1326 1106:6c4da3e24371
1157 if (vim_strchr(p_go, GO_TOOLBAR) != NULL) 1157 if (vim_strchr(p_go, GO_TOOLBAR) != NULL)
1158 text_area_y = TOOLBAR_BUTTON_HEIGHT + TOOLBAR_BORDER_HEIGHT; 1158 text_area_y = TOOLBAR_BUTTON_HEIGHT + TOOLBAR_BORDER_HEIGHT;
1159 #endif 1159 #endif
1160 1160
1161 # if defined(FEAT_GUI_TABLINE) && (defined(FEAT_GUI_MSWIN) \ 1161 # if defined(FEAT_GUI_TABLINE) && (defined(FEAT_GUI_MSWIN) \
1162 || defined(FEAT_GUI_MOTIF)) 1162 || defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_MAC))
1163 if (gui_has_tabline()) 1163 if (gui_has_tabline())
1164 text_area_y += gui.tabline_height; 1164 text_area_y += gui.tabline_height;
1165 #endif 1165 #endif
1166 1166
1167 #if defined(FEAT_TOOLBAR) && (defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA)) 1167 #if defined(FEAT_TOOLBAR) && (defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA))