commit | a40c500a4cf40a604851e4d22ba790a08dcbba5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 09 21:16:21 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 09 21:16:21 2005 +0000 |
tree | 60592bb4f76a887176311f5ee0b944de53aeb77c | |
parent | 6cc1619799b39016acea738c1ae7ea17d2588b9c [diff] [blame] |
updated for version 7.0036
diff --git a/src/gui_w48.c b/src/gui_w48.c index 33edfd3..00b5e66 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c
@@ -2414,7 +2414,7 @@ * 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;