[Python-checkins] CVS: python/dist/src/Mac/Modules/win winsupport.py,1.29,1.30

Jack Jansen jackjansen@users.sourceforge.net
Tue, 18 Dec 2001 07:39:01 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/win
In directory usw-pr-cvs1:/tmp/cvs-serv15932/python/Mac/Modules/win

Modified Files:
	winsupport.py 
Log Message:
Updated to Universal Headers 3.4

Index: winsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/win/winsupport.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** winsupport.py	2001/11/30 14:16:34	1.29
--- winsupport.py	2001/12/18 15:38:59	1.30
***************
*** 50,53 ****
--- 50,58 ----
  ScrollWindowOptions = Type("ScrollWindowOptions", "l")
  WindowPartCode = Type("WindowPartCode", "h")
+ WindowDefPartCode = Type("WindowDefPartCode", "h")
+ WindowModality = Type("WindowModality", "l")
+ CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
+ GDHandle = OpaqueByValueType("GDHandle", "ResObj")
+ WindowConstrainOptions = Type("WindowConstrainOptions", "l")
  
  PropertyCreator = OSTypeType("PropertyCreator")