comparison src/gui.h @ 2330:ea4bf6df1a8a vim73

Whitespace cleanup.
author Bram Moolenaar <bram@vim.org>
date Sat, 17 Jul 2010 23:52:29 +0200
parents f42e0b5ff9e9
children 8bd38abda314
comparison
equal deleted inserted replaced
2329:ad2889f48843 2330:ea4bf6df1a8a
410 char_u *browse_fname; /* file name from filedlg */ 410 char_u *browse_fname; /* file name from filedlg */
411 #endif /* FEAT_GUI_GTK */ 411 #endif /* FEAT_GUI_GTK */
412 412
413 #if defined(FEAT_GUI_TABLINE) \ 413 #if defined(FEAT_GUI_TABLINE) \
414 && (defined(FEAT_GUI_W32) || defined(FEAT_GUI_MOTIF) \ 414 && (defined(FEAT_GUI_W32) || defined(FEAT_GUI_MOTIF) \
415 || defined(FEAT_GUI_MAC)) 415 || defined(FEAT_GUI_MAC))
416 int tabline_height; 416 int tabline_height;
417 #endif 417 #endif
418 418
419 #ifdef FEAT_FOOTER 419 #ifdef FEAT_FOOTER
420 int footer_height; /* height of the message footer */ 420 int footer_height; /* height of the message footer */