summaryrefslogtreecommitdiffstats
path: root/src/gui_mac.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-11 21:29:04 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-11 21:29:04 +0000
commit5f2bb9f5840d30028232d6187ead60a32b9ca592 (patch)
treec14ecde78891c2b1041a49a681c987d50a68360d /src/gui_mac.c
parentf7889b6c73a8cf098b73f64f9cfd00b68071b2cd (diff)
updated for version 7.0037
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r--src/gui_mac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index b930852a48..dbdda8a0da 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -5674,7 +5674,8 @@ display_errors()
/*
* 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;