From 3918c950c99a626a9fa40e58d7976bffb2e17f5e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 15 Mar 2005 22:34:55 +0000 Subject: updated for version 7.0060 --- src/proto/gui_w32.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto/gui_w32.pro') diff --git a/src/proto/gui_w32.pro b/src/proto/gui_w32.pro index 8eca7f106a..c1fe955e04 100644 --- a/src/proto/gui_w32.pro +++ b/src/proto/gui_w32.pro @@ -63,6 +63,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 im_set_font __ARGS((LOGFONT *lf)); void im_set_position __ARGS((int row, int col)); void im_set_active __ARGS((int active)); -- cgit v1.2.3