summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-03-16 09:47:09 +0000
committervimboss <devnull@localhost>2005-03-16 09:47:09 +0000
commit7a095be783011a33f1f755d53603aa7516ea0c72 (patch)
tree2ee62ea6c782bb272ea1b012ded7bcdf7cda5a21
parenta4e1e5359a4e2551e7d1e4ffead76f3fd92a6d01 (diff)
downloadvim-7a095be783011a33f1f755d53603aa7516ea0c72.tar.gz
updated for version 7.0060
-rw-r--r--src/proto/gui_gtk_x11.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_gtk_x11.pro b/src/proto/gui_gtk_x11.pro
index 62889d25..81330228 100644
--- a/src/proto/gui_gtk_x11.pro
+++ b/src/proto/gui_gtk_x11.pro
@@ -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));