]> granicus.if.org Git - vim/commitdiff
updated for version 7.0060
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Mar 2005 09:47:09 +0000 (09:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Mar 2005 09:47:09 +0000 (09:47 +0000)
src/proto/gui_gtk_x11.pro

index 62889d2582aaa67a514f5854b720c7567d475b78..81330228aeaf8558753748723b52c9b493312b6c 100644 (file)
@@ -29,6 +29,7 @@ void gui_mch_free_fontset __ARGS((GuiFontset fontset));
 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));
 int gui_gtk2_draw_string __ARGS((int row, int col, char_u *s, int len, int flags));
 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));