diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-16 09:57:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-16 09:57:51 +0000 |
commit | a008465995dfa65b48af97d72f3ceff33e39e4fc (patch) | |
tree | bc239573e1f2a05cde48305fc5b633633670f555 /src | |
parent | ef53c022386e148bbfbeea327e9a40c0e272c6a9 (diff) | |
download | vim-git-a008465995dfa65b48af97d72f3ceff33e39e4fc.tar.gz |
updated for version 7.0060v7.0060
Diffstat (limited to 'src')
-rw-r--r-- | src/ex_cmds.c | 1 | ||||
-rw-r--r-- | src/proto/gui_x11.pro | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 2e58851d5..791762c04 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -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 */ diff --git a/src/proto/gui_x11.pro b/src/proto/gui_x11.pro index 7308cd3de..f49f590f4 100644 --- a/src/proto/gui_x11.pro +++ b/src/proto/gui_x11.pro @@ -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)); |