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/gui_photon.pro | |
parent | 6cc1619799b39016acea738c1ae7ea17d2588b9c (diff) | |
download | vim-git-a40c500a4cf40a604851e4d22ba790a08dcbba5f.tar.gz |
updated for version 7.0036
Diffstat (limited to 'src/proto/gui_photon.pro')
-rw-r--r-- | src/proto/gui_photon.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |