|
From: Ian P. <piu...@us...> - 2004-04-02 01:27:11
|
Update of /cvsroot/squeak/squeak/platforms/unix/vm-sound-MacOSX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25779 Modified Files: sqUnixSoundDebug.h Log Message: Disable sound debugging. Index: sqUnixSoundDebug.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/vm-sound-MacOSX/sqUnixSoundDebug.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sqUnixSoundDebug.h 7 Aug 2003 02:44:57 -0000 1.3 --- sqUnixSoundDebug.h 2 Apr 2004 01:15:08 -0000 1.4 *************** *** 1,3 **** ! #if 1 # define startSpy(); --- 1,3 ---- ! #if 0 # define startSpy(); *************** *** 6,9 **** --- 6,15 ---- #else + #define RED 0xff0000 + #define GREEN 0x00ff00 + #define BLUE 0x0000ff + #define WHITE 0xffffff + #define BLACK 0x000000 + #include <pthread.h> |