|
From: John M M. <jo...@us...> - 2003-05-19 07:20:05
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1:/tmp/cvs-serv31509/squeak/platforms/Mac OS/vm Modified Files: sqMacNSPlugin.c Log Message: 3.5.1b1 Changed plugin def to browserplugin to avoid confusion. Index: sqMacNSPlugin.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacNSPlugin.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** sqMacNSPlugin.c 5 Mar 2003 19:54:29 -0000 1.9 --- sqMacNSPlugin.c 19 May 2003 07:20:02 -0000 1.10 *************** *** 30,34 **** for running within a browser. Certain methods in sqMacWindow.c are replaced by functions defined here. The originals are removed from ! sqMacWindow.c by defining the PLUGIN flag in that file when compiling. Here is a list of the functions overridden: --- 30,34 ---- for running within a browser. Certain methods in sqMacWindow.c are replaced by functions defined here. The originals are removed from ! sqMacWindow.c by defining the BROWSERPLUGIN flag in that file when compiling. Here is a list of the functions overridden: *************** *** 109,113 **** * **********/ ! #define ENABLE_URL_FETCH #define IMAGE_NAME "SqueakPlugin.image" #define VMPATH_SIZE 300 --- 109,113 ---- * **********/ ! //#define ENABLE_URL_FETCH #define IMAGE_NAME "SqueakPlugin.image" #define VMPATH_SIZE 300 |