commit | 5f2bb9f5840d30028232d6187ead60a32b9ca592 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 21:29:04 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 21:29:04 2005 +0000 |
tree | c14ecde78891c2b1041a49a681c987d50a68360d | |
parent | f7889b6c73a8cf098b73f64f9cfd00b68071b2cd [diff] [blame] |
updated for version 7.0037
diff --git a/src/gui_mac.c b/src/gui_mac.c index b930852..dbdda8a 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c
@@ -5674,7 +5674,8 @@ /* * Get current mouse coordinates in text window. */ -void gui_mch_getmouse(int *x, int *y) + void +gui_mch_getmouse(int *x, int *y) { Point where;