summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_mac.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-30 21:55:26 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-30 21:55:26 +0000
commitda2303d96b0f55d30e9b5b57d3459d5e1ea22ec2 (patch)
tree08f61aa2e9937f30bd141fd6509bc947e1d8a8fa /src/proto/gui_mac.pro
parentac6e65f88da446bc764ff13a23d854fd72ffedcf (diff)
updated for version 7.0139v7.0139
Diffstat (limited to 'src/proto/gui_mac.pro')
-rw-r--r--src/proto/gui_mac.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_mac.pro b/src/proto/gui_mac.pro
index 933fe4d388..c640351b83 100644
--- a/src/proto/gui_mac.pro
+++ b/src/proto/gui_mac.pro
@@ -47,6 +47,7 @@ void gui_mch_free_font __ARGS((GuiFont font));
guicolor_T gui_mch_get_color __ARGS((char_u *name));
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));
void gui_mch_beep __ARGS((void));