diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-09 21:16:21 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-09 21:16:21 +0000 |
commit | a40c500a4cf40a604851e4d22ba790a08dcbba5f (patch) | |
tree | 60592bb4f76a887176311f5ee0b944de53aeb77c /src/proto | |
parent | 6cc1619799b39016acea738c1ae7ea17d2588b9c (diff) | |
download | vim-a40c500a4cf40a604851e4d22ba790a08dcbba5f.zip |
updated for version 7.0036
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/buffer.pro | 2 | ||||
-rw-r--r-- | src/proto/gui_photon.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/buffer.pro b/src/proto/buffer.pro index 8641c75b5..835d2cefc 100644 --- a/src/proto/buffer.pro +++ b/src/proto/buffer.pro @@ -25,7 +25,7 @@ pos_T *buflist_findfpos __ARGS((buf_T *buf)); linenr_T buflist_findlnum __ARGS((buf_T *buf)); void buflist_list __ARGS((exarg_T *eap)); int buflist_name_nr __ARGS((int fnum, char_u **fname, linenr_T *lnum)); -int setfname __ARGS((buf_T *buf, char_u *ffname, char_u *sfname, int exist_msg)); +int setfname __ARGS((buf_T *buf, char_u *ffname, char_u *sfname, int message)); void buf_set_name __ARGS((int fnum, char_u *name)); void buf_name_changed __ARGS((buf_T *buf)); buf_T *setaltfname __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum)); diff --git a/src/proto/gui_photon.pro b/src/proto/gui_photon.pro index af33ef5ce..47ffc54bd 100644 --- a/src/proto/gui_photon.pro +++ b/src/proto/gui_photon.pro @@ -23,7 +23,7 @@ void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag)); void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); void mch_set_mouse_shape __ARGS((int shape)); void gui_mch_mousehide __ARGS((int hide)); -void gui_mch_getmouse __ARGS((int *x, int *y)); +int gui_mch_getmouse __ARGS((int *x, int *y)); void gui_mch_setmouse __ARGS((int x, int y)); long_u gui_mch_get_rgb __ARGS((guicolor_T pixel)); void gui_mch_new_colors __ARGS((void)); |