summaryrefslogtreecommitdiffstats
path: root/src/gui_w48.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-09 21:16:21 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-09 21:16:21 +0000
commita40c500a4cf40a604851e4d22ba790a08dcbba5f (patch)
tree60592bb4f76a887176311f5ee0b944de53aeb77c /src/gui_w48.c
parent6cc1619799b39016acea738c1ae7ea17d2588b9c (diff)
updated for version 7.0036
Diffstat (limited to 'src/gui_w48.c')
-rw-r--r--src/gui_w48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w48.c b/src/gui_w48.c
index 33edfd3af2..00b5e6665a 100644
--- a/src/gui_w48.c
+++ b/src/gui_w48.c
@@ -2414,7 +2414,7 @@ gui_mch_destroy_scrollbar(scrollbar_T *sb)
* Get current mouse coordinates in text window.
*/
void
-gui_mch_get_mouse_(int *x, int *y)
+gui_mch_getmouse(int *x, int *y)
{
RECT rct;
POINT mp;