|
From: Andre R. <and...@us...> - 2004-10-24 16:14:54
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10992/Frontier/Common/source Modified Files: dialogs.c Log Message: Switched type of third parameter of setuseritemdrawroutine from callback to dialogcallback. (for Xcode/GCC compatibility) Index: dialogs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/dialogs.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dialogs.c 23 Oct 2004 22:16:32 -0000 1.2 --- dialogs.c 24 Oct 2004 16:14:45 -0000 1.3 *************** *** 772,776 **** #endif ! boolean setuseritemdrawroutine (DialogPtr pdialog, short item, callback drawroutine) { short itemtype; --- 772,776 ---- #endif ! boolean setuseritemdrawroutine (DialogPtr pdialog, short item, dialogcallback drawroutine) { short itemtype; |