summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_w16.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-15 22:34:55 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-15 22:34:55 +0000
commit3918c950c99a626a9fa40e58d7976bffb2e17f5e (patch)
tree43cc4ce3c4ed5473772cd4e175f009290efdf961 /src/proto/gui_w16.pro
parent28a37ffcf79cfa8139246cecba918f3258e411ea (diff)
updated for version 7.0060
Diffstat (limited to 'src/proto/gui_w16.pro')
-rw-r--r--src/proto/gui_w16.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_w16.pro b/src/proto/gui_w16.pro
index 1b07a00e8f..f1bb4344f6 100644
--- a/src/proto/gui_w16.pro
+++ b/src/proto/gui_w16.pro
@@ -61,6 +61,7 @@ void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, l
void gui_mch_set_font __ARGS((GuiFont font));
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 *text, int len, int flags));
void gui_mch_flush __ARGS((void));
void gui_mch_add_menu __ARGS((vimmenu_T *menu, int pos));