|
From: John M M. <jo...@us...> - 2002-05-09 19:26:08
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory usw-pr-cvs1:/tmp/cvs-serv30214/squeak/platforms/Mac OS/vm Modified Files: sqMacWindow.h Log Message: 3.2.7b4 Build as NS plugin Index: sqMacWindow.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacWindow.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sqMacWindow.h 23 Feb 2002 10:48:21 -0000 1.1 --- sqMacWindow.h 9 May 2002 19:26:05 -0000 1.2 *************** *** 11,14 **** --- 11,15 ---- * NOTES: * Feb 22nd, 2002, JMM moved code into 10 other files, see sqMacMain.c for comments + * May 5th, 2002, JMM build as NS plugin ****************************************************************************/ *************** *** 22,23 **** --- 23,25 ---- void SetUpWindow(void); void SetUpPixmap(void); + void FreePixmap(void); |