diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-25 22:13:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-25 22:13:59 +0000 |
commit | 551dbcc9b604c2992f908fb475e797fcc116315b (patch) | |
tree | d48db26e4f3470df23fdd8e8593bcf067fab4142 /src/gui.h | |
parent | f9393ef5efde2f425fbd9e19363186f8c9103376 (diff) | |
download | vim-git-551dbcc9b604c2992f908fb475e797fcc116315b.tar.gz |
updated for version 7.0f01v7.0f01
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -412,6 +412,11 @@ typedef struct Gui char_u *browse_fname; /* file name from filedlg */ #endif /* FEAT_GUI_GTK */ +#if defined(FEAT_GUI_TABLINE) \ + && (defined(FEAT_GUI_W32) || defined(FEAT_GUI_MOTIF)) + int tabline_height; +#endif + #ifdef FEAT_FOOTER int footer_height; /* height of the message footer */ #endif |