|
From: Andre R. <and...@us...> - 2004-10-23 21:35:11
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22785/Frontier/Common/resources/Mac Modified Files: SHELL.R Log Message: Update includes for better Carbon compatibility. Index: SHELL.R =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/SHELL.R,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SHELL.R 9 Oct 2004 08:56:16 -0000 1.1 --- SHELL.R 23 Oct 2004 21:35:02 -0000 1.2 *************** *** 26,32 **** #define oldTemp ! #include <Types.r> ! //#include <Systypes.r> #include <AEUserTermTypes.r> #include "config.r" #include "versions.h" --- 26,35 ---- #define oldTemp ! #include <MacTypes.r> #include <AEUserTermTypes.r> + #include <Controls.r> + #include <Dialogs.r> + #include <Icons.r> + #include <Menus.r> #include "config.r" #include "versions.h" *************** *** 1691,1695 **** resource 'WIND' (130, "Home") { {76, 184, 180, 460}, ! rDocProc, invisible, goAway, --- 1694,1702 ---- resource 'WIND' (130, "Home") { {76, 184, 180, 460}, ! #if TARGET_API_MAC_CARBON ! noGrowDocProc, ! #else ! rDocProc, /* 2004-10-20 aradke: not supported in Carbon */ ! #endif invisible, goAway, |