comparison src/proto/gui_mac.pro @ 2565:4b7929dad28a vim73

Fix building the Mac version with GUI.
author Bram Moolenaar <bram@vim.org>
date Sat, 14 Aug 2010 21:56:42 +0200
parents 6c4da3e24371
children 951641b8784d
comparison
equal deleted inserted replaced
2564:f85004953416 2565:4b7929dad28a
137 void gui_mac_doSuspendEvent __ARGS((EventRecord *event)); 137 void gui_mac_doSuspendEvent __ARGS((EventRecord *event));
138 void gui_mac_doKeyEvent __ARGS((EventRecord *theEvent)); 138 void gui_mac_doKeyEvent __ARGS((EventRecord *theEvent));
139 void gui_mac_doMouseDownEvent __ARGS((EventRecord *theEvent)); 139 void gui_mac_doMouseDownEvent __ARGS((EventRecord *theEvent));
140 void gui_mac_doMouseMovedEvent __ARGS((EventRecord *event)); 140 void gui_mac_doMouseMovedEvent __ARGS((EventRecord *event));
141 void gui_mac_doMouseUpEvent __ARGS((EventRecord *theEvent)); 141 void gui_mac_doMouseUpEvent __ARGS((EventRecord *theEvent));
142 void gui_mch_mousehide __ARGS((int hide));
142 143
143 int C2PascalString (char_u *CString, Str255 *PascalString); 144 int C2PascalString (char_u *CString, Str255 *PascalString);
144 int GetFSSpecFromPath ( char_u *file, FSSpec *fileFSSpec); 145 int GetFSSpecFromPath ( char_u *file, FSSpec *fileFSSpec);
145 char_u *FullPathFromFSSpec_save (FSSpec file); 146 char_u *FullPathFromFSSpec_save (FSSpec file);
146 147