# HG changeset patch # User vimboss # Date 1110966429 0 # Node ID 590ba37e3e9ff0c70011ac153b4d53e85f898612 # Parent f922db5a1fb390da50f911851e8ee7b1807b824b updated for version 7.0060 diff --git a/src/proto/gui_gtk_x11.pro b/src/proto/gui_gtk_x11.pro --- a/src/proto/gui_gtk_x11.pro +++ b/src/proto/gui_gtk_x11.pro @@ -29,6 +29,7 @@ void gui_mch_free_fontset __ARGS((GuiFon 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));