diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-14 21:56:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-14 21:56:42 +0200 |
commit | e00289df69c80e47e7352a62e0d1beaea2d20b46 (patch) | |
tree | 85807ff99fd334353d33c458695b87008147de5f /src/gui_mac.c | |
parent | 755bd26c59bc40322977da5674e6022c7ca65a9a (diff) | |
download | vim-git-e00289df69c80e47e7352a62e0d1beaea2d20b46.tar.gz |
Fix building the Mac version with GUI.
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r-- | src/gui_mac.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c index 2f0f7f865..d83a1379a 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c @@ -2597,6 +2597,12 @@ bail: return CallNextEventHandler(nextHandler, theEvent); } + void +gui_mch_mousehide(int hide) +{ + /* TODO */ +} + #if 0 /* |