[Python-checkins] CVS: python/dist/src/Mac/Modules/mlte mltescan.py,1.3,1.4
Jack Jansen
jackjansen@users.sourceforge.net
2001年7月16日 14:58:42 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/mlte
In directory usw-pr-cvs1:/tmp/cvs-serv16313/Python/Mac/Modules/mlte
Modified Files:
mltescan.py
Log Message:
The TNXDraw gworld argument is optional.
Index: mltescan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/mltescan.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mltescan.py 2001年07月14日 14:00:45 1.3
--- mltescan.py 2001年07月16日 21:58:40 1.4
***************
*** 117,121 ****
# The AdjustCursor region handle is optional
([("RgnHandle", "ioCursorRgn", "InMode")],
! [("OptRgnHandle", "*", "*")])
]
--- 117,125 ----
# The AdjustCursor region handle is optional
([("RgnHandle", "ioCursorRgn", "InMode")],
! [("OptRgnHandle", "*", "*")]),
!
! # The GWorld for TXNDraw is optional
! ([('GWorldPtr', 'iDrawPort', 'InMode')],
! [('OptGWorldPtr', '*', '*')]),
]