|
From: Henri A. <has...@us...> - 2004-10-29 00:02:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14655 Modified Files: shellbuttons.c Log Message: colorenabled() doesn't take any params. Index: shellbuttons.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellbuttons.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shellbuttons.c 23 Oct 2004 22:52:46 -0000 1.2 --- shellbuttons.c 29 Oct 2004 00:02:39 -0000 1.3 *************** *** 318,322 **** if ((**shellwindowinfo).flwindowactive) { ! if (colorenabled (r)) #if TARGET_API_MAC_CARBON == 1 --- 318,322 ---- if ((**shellwindowinfo).flwindowactive) { ! if (colorenabled ()) #if TARGET_API_MAC_CARBON == 1 |