[Python-checkins] CVS: python/dist/src/Mac/Modules/mlte mltesupport.py,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Sat, 14 Jul 2001 07:00:52 -0700


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

Modified Files:
	mltesupport.py 
Log Message:
Various small fixes. The demo now starts to limp along.

Index: mltesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/mltesupport.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mltesupport.py	2001/07/13 22:27:20	1.2
--- mltesupport.py	2001/07/14 14:00:50	1.3
***************
*** 108,111 ****
--- 108,112 ----
  DragTrackingMessage = Type("DragTrackingMessage", "h")
  RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
+ OptRgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
  GWorldPtr = OpaqueByValueType("GWorldPtr", "GWorldObj")
  MlteInBuffer = VarInputBufferType('void *', 'ByteCount', 'l')