|
From: John M M. <jo...@us...> - 2002-05-09 19:25:12
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory usw-pr-cvs1:/tmp/cvs-serv29970/squeak/platforms/Mac OS/vm Modified Files: sqMacWindow.c Log Message: 3.2.7b4 Build as NS plugin Index: sqMacWindow.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacWindow.c,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** sqMacWindow.c 27 Apr 2002 19:05:10 -0000 1.17 --- sqMacWindow.c 9 May 2002 19:25:09 -0000 1.18 *************** *** 13,16 **** --- 13,17 ---- * Feb 26th, 2002, JMM - use carbon get dominate device * Apr 17th, 2002, JMM Use accessors for VM variables. + * May 5th, 2002, JMM cleanup for building as NS plugin *****************************************************************************/ *************** *** 44,48 **** /*** Functions ***/ - void FreePixmap(void); void SetColorEntry(int index, int red, int green, int blue); GDHandle getDominateDevice(WindowPtr theWindow,Rect *windRect); --- 45,48 ---- |