|
From: Henri A. <has...@us...> - 2004-10-29 00:11:03
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16320 Modified Files: quickdraw.h Log Message: Warnings fixes. Index: quickdraw.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/quickdraw.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** quickdraw.h 9 Oct 2004 21:05:42 -0000 1.1 --- quickdraw.h 29 Oct 2004 00:10:54 -0000 1.2 *************** *** 247,251 **** extern boolean systemhascolor (void); ! extern boolean colorenabled (); extern short iscolorport (CGrafPtr); --- 247,251 ---- extern boolean systemhascolor (void); ! extern boolean colorenabled (void); extern short iscolorport (CGrafPtr); |