summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_photon.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-15 22:34:55 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-15 22:34:55 +0000
commit3918c950c99a626a9fa40e58d7976bffb2e17f5e (patch)
tree43cc4ce3c4ed5473772cd4e175f009290efdf961 /src/proto/gui_photon.pro
parent28a37ffcf79cfa8139246cecba918f3258e411ea (diff)
updated for version 7.0060
Diffstat (limited to 'src/proto/gui_photon.pro')
-rw-r--r--src/proto/gui_photon.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_photon.pro b/src/proto/gui_photon.pro
index af33ef5ce6..f6bb50e1e6 100644
--- a/src/proto/gui_photon.pro
+++ b/src/proto/gui_photon.pro
@@ -30,6 +30,7 @@ void gui_mch_new_colors __ARGS((void));
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));
void gui_mch_invert_rectangle __ARGS((int row, int col, int nr, int nc));
void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
void gui_mch_clear_all __ARGS((void));