[Python-checkins] CVS: python/dist/src/Mac/Modules/snd sndsupport.py,1.18,1.19

Jack Jansen jackjansen@users.sourceforge.net
Tue, 05 Feb 2002 14:35:38 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/snd
In directory usw-pr-cvs1:/tmp/cvs-serv9260/Python/Mac/Modules/snd

Modified Files:
	sndsupport.py 
Log Message:
Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated.

Index: sndsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/snd/sndsupport.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** sndsupport.py	2001/09/05 10:28:53	1.18
--- sndsupport.py	2002/02/05 22:35:36	1.19
***************
*** 46,49 ****
--- 46,50 ----
  SndListHandle = OpaqueByValueType("SndListHandle", "ResObj")
  SPBPtr = OpaqueByValueType("SPBPtr", "SPBObj")
+ ModalFilterUPP = FakeType("(ModalFilterUPP)0")
  
  #