Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory sc8-pr-cvs1:/tmp/cvs-serv20659/squeak/platforms/Mac OS/vm
Modified Files:
sqMacWindow.c
Log Message:
3.5.0b4 Handle browser plugin needs
Index: sqMacWindow.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacWindow.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** sqMacWindow.c 8 Feb 2003 18:34:34 -0000 1.20
--- sqMacWindow.c 5 Mar 2003 19:58:36 -0000 1.21
***************
*** 527,531 ****
! #if !I_AM_CARBON_EVENT
#define rectWidth(aRect) ((aRect).right - (aRect).left)
#define rectHeight(aRect) ((aRect).bottom - (aRect).top)
--- 527,531 ----
! #if !I_AM_CARBON_EVENT || PLUGIN
#define rectWidth(aRect) ((aRect).right - (aRect).left)
#define rectHeight(aRect) ((aRect).bottom - (aRect).top)
|