1
0
forked from aniani/vim

updated for version 7.0060

This commit is contained in:
Bram Moolenaar
2005-03-16 09:57:51 +00:00
parent ef53c02238
commit a008465995
5 changed files with 116 additions and 68 deletions

View File

@@ -5867,7 +5867,6 @@ struct sign
int sn_text_hl; /* highlight ID for text */
};
#define MAX_TYPENR 255 /* depends on sattr_T */
static sign_T *first_sign = NULL;
static int last_sign_typenr = MAX_TYPENR; /* is decremented */

View File

@@ -27,6 +27,7 @@ int fontset_height2 __ARGS((XFontSet fs));
guicolor_T gui_mch_get_color __ARGS((char_u *reqname));
void gui_mch_set_fg_color __ARGS((guicolor_T color));
void gui_mch_set_bg_color __ARGS((guicolor_T color));
void gui_mch_set_sp_color __ARGS((guicolor_T color));
void gui_mch_draw_string __ARGS((int row, int col, char_u *s, int len, int flags));
int gui_mch_haskey __ARGS((char_u *name));
int gui_get_x11_windis __ARGS((Window *win, Display **dis));