summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-14 21:56:42 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-14 21:56:42 +0200
commite00289df69c80e47e7352a62e0d1beaea2d20b46 (patch)
tree85807ff99fd334353d33c458695b87008147de5f /src/proto
parent755bd26c59bc40322977da5674e6022c7ca65a9a (diff)
Fix building the Mac version with GUI.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/gui_mac.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/gui_mac.pro b/src/proto/gui_mac.pro
index 29ab9d3834..ba6e2ad42d 100644
--- a/src/proto/gui_mac.pro
+++ b/src/proto/gui_mac.pro
@@ -139,6 +139,7 @@ void gui_mac_doKeyEvent __ARGS((EventRecord *theEvent));
void gui_mac_doMouseDownEvent __ARGS((EventRecord *theEvent));
void gui_mac_doMouseMovedEvent __ARGS((EventRecord *event));
void gui_mac_doMouseUpEvent __ARGS((EventRecord *theEvent));
+void gui_mch_mousehide __ARGS((int hide));
int C2PascalString (char_u *CString, Str255 *PascalString);
int GetFSSpecFromPath ( char_u *file, FSSpec *fileFSSpec);