|
From: creedon <icr...@us...> - 2005-09-29 21:36:31
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23779 Modified Files: file.h Log Message: changed mac open file dialog to make it easier to access Mac OS X style osax. Index: file.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/file.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** file.h 25 Jul 2005 21:10:05 -0000 1.6 --- file.h 29 Sep 2005 21:36:20 -0000 1.7 *************** *** 468,478 **** extern OSErr TimsPutFile(bigstring prompt, Str255 fileName, StandardFileReply * outReply); ! extern OSErr TimsGetFile(bigstring prompt, ptrsftypelist filetypes, StandardFileReply * outReply); ! ! extern OSErr TimsGetFolderOrVolume(bigstring prompt, SInt16 dialogType, StandardFileReply * outReply); extern pascal void NavEventProc(NavEventCallbackMessage callBackSelector, NavCBRecPtr callBackParms, NavCallBackUserData callBackUD); #endif --- 468,480 ---- extern OSErr TimsPutFile(bigstring prompt, Str255 fileName, StandardFileReply * outReply); ! extern OSErr TimsGetFolderOrVolume(bigstring prompt, SInt16 dialogType, StandardFileReply * outReply); extern pascal void NavEventProc(NavEventCallbackMessage callBackSelector, NavCBRecPtr callBackParms, NavCallBackUserData callBackUD); + + + extern OSErr getafile (bigstring prompt, ptrsftypelist filetypes, StandardFileReply * outReply); /* 2005-09-23 creedon */ + #endif |