summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_photon.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-19 22:18:32 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-19 22:18:32 +0000
commit383f9bc30278b6d803d98e496b14cc867ce651ad (patch)
treefa0fcae7ec276ae69800b64ca7997d961158a94e /src/proto/gui_photon.pro
parentc92ad2e2c2451365d25d84c52dbcbac811797171 (diff)
updated for version 7.0042
Diffstat (limited to 'src/proto/gui_photon.pro')
-rw-r--r--src/proto/gui_photon.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/gui_photon.pro b/src/proto/gui_photon.pro
index 47ffc54bd9..af33ef5ce6 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));
-int gui_mch_getmouse __ARGS((int *x, int *y));
+void 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));