summaryrefslogtreecommitdiff
path: root/src/proto/gui_mac.pro
diff options
context:
space:
mode:
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 933fe4d38..c640351b8 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));