summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_x11.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-16 09:57:51 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-16 09:57:51 +0000
commita008465995dfa65b48af97d72f3ceff33e39e4fc (patch)
treebc239573e1f2a05cde48305fc5b633633670f555 /src/proto/gui_x11.pro
parentef53c022386e148bbfbeea327e9a40c0e272c6a9 (diff)
updated for version 7.0060v7.0060
Diffstat (limited to 'src/proto/gui_x11.pro')
-rw-r--r--src/proto/gui_x11.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_x11.pro b/src/proto/gui_x11.pro
index 7308cd3de7..f49f590f4c 100644
--- a/src/proto/gui_x11.pro
+++ b/src/proto/gui_x11.pro
@@ -27,6 +27,7 @@ int fontset_height2 __ARGS((XFontSet fs));
guicolor_T gui_mch_get_color __ARGS((char_u *reqname));
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));
int gui_get_x11_windis __ARGS((Window *win, Display **dis));