mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Enabled resID input/output parameter to NewMovieFromFile. This changes
the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason.
This commit is contained in:
parent
3ccd2f153f
commit
e0cf87b20d
3 changed files with 192 additions and 13 deletions
|
@ -71,6 +71,8 @@ PixMapHandle = OpaqueByValueType("PixMapHandle", "ResObj")
|
|||
SampleDescriptionHandle = OpaqueByValueType("SampleDescriptionHandle", "ResObj")
|
||||
ImageDescriptionHandle = OpaqueByValueType("ImageDescriptionHandle", "ResObj")
|
||||
TEHandle = OpaqueByValueType("TEHandle", "ResObj")
|
||||
CGrafPtr = OpaqueByValueType("CGrafPtr", "GrafObj")
|
||||
GDHandle = OpaqueByValueType("GDHandle", "ResObj")
|
||||
# Silly Apple, passing an OStype by reference...
|
||||
OSType_ptr = OpaqueType("OSType", "PyMac_BuildOSType", "PyMac_GetOSType")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue