|
From: John M M. <jo...@us...> - 2003-10-03 19:06:18
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1:/tmp/cvs-serv18455/squeak/platforms/Mac OS/vm Modified Files: sqMacWindow.c Log Message: 3.5.2b6 #def change for browser carbon compile Index: sqMacWindow.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacWindow.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** sqMacWindow.c 31 Jul 2003 13:03:20 -0000 1.24 --- sqMacWindow.c 3 Oct 2003 19:06:12 -0000 1.25 *************** *** 551,555 **** ! #if !I_AM_CARBON_EVENT || BROWSERPLUGIN #define rectWidth(aRect) ((aRect).right - (aRect).left) #define rectHeight(aRect) ((aRect).bottom - (aRect).top) --- 551,555 ---- ! #if !I_AM_CARBON_EVENT || defined(BROWSERPLUGIN) #define rectWidth(aRect) ((aRect).right - (aRect).left) #define rectHeight(aRect) ((aRect).bottom - (aRect).top) |