0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

updated for version 7.0036

This commit is contained in:
Bram Moolenaar
2005-01-09 21:16:21 +00:00
parent 6cc1619799
commit a40c500a4c
6 changed files with 17 additions and 6 deletions

View File

@@ -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;