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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user