diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-15 22:34:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-15 22:34:55 +0000 |
commit | 3918c950c99a626a9fa40e58d7976bffb2e17f5e (patch) | |
tree | 43cc4ce3c4ed5473772cd4e175f009290efdf961 /src/proto/gui_photon.pro | |
parent | 28a37ffcf79cfa8139246cecba918f3258e411ea (diff) | |
download | vim-3918c950c99a626a9fa40e58d7976bffb2e17f5e.zip |
updated for version 7.0060
Diffstat (limited to 'src/proto/gui_photon.pro')
-rw-r--r-- | src/proto/gui_photon.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_photon.pro b/src/proto/gui_photon.pro index af33ef5ce..f6bb50e1e 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)); |