|
From: John M M. <jo...@us...> - 2003-02-08 18:34:38
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory sc8-pr-cvs1:/tmp/cvs-serv17446/squeak/platforms/Mac OS/vm
Modified Files:
sqMacWindow.c
Log Message:
3.5.0b1 avoid compiler warnings
Index: sqMacWindow.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacWindow.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** sqMacWindow.c 6 Aug 2002 21:54:26 -0000 1.19
--- sqMacWindow.c 8 Feb 2003 18:34:34 -0000 1.20
***************
*** 634,641 ****
long quickDrawAttributes;
Rect theSect;
! RgnHandle windowRegion;
!
#if TARGET_API_MAC_CARBON
windowRegion = NewRgn();
GetWindowRegion(theWindow,kWindowStructureRgn,windowRegion);
--- 634,641 ----
long quickDrawAttributes;
Rect theSect;
!
#if TARGET_API_MAC_CARBON
+ RgnHandle windowRegion;
windowRegion = NewRgn();
GetWindowRegion(theWindow,kWindowStructureRgn,windowRegion);
|