diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-02-24 13:56:59 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-02-24 13:56:59 (GMT) |
commit | 4a8c54e6d91549ae140970862d661dacf1112e31 (patch) | |
tree | 23703ecb8562e7301dd487ecb310bf4ad74cf802 /Mac/Modules/qt/qtsupport.py | |
parent | 6a528149dbed46723b8fc48c7b7cd21f9a727dff (diff) | |
download | cpython-4a8c54e6d91549ae140970862d661dacf1112e31.zip cpython-4a8c54e6d91549ae140970862d661dacf1112e31.tar.gz cpython-4a8c54e6d91549ae140970862d661dacf1112e31.tar.bz2 |
- Changed GestaltEqu.h to Gestalt.h
- Changed FragLoader.h to CodeFragments.h
- Removed Desk.h
- Regenerated bgen modules from new universal headers
- Changed some of the s# in PyArg_ParseTuple to m# (unfortunately:
this should have been a different commit)
Diffstat (limited to 'Mac/Modules/qt/qtsupport.py')
-rw-r--r-- | Mac/Modules/qt/qtsupport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/qt/qtsupport.py b/Mac/Modules/qt/qtsupport.py index 17ba808..5e91913 100644 --- a/Mac/Modules/qt/qtsupport.py +++ b/Mac/Modules/qt/qtsupport.py @@ -69,6 +69,7 @@ PicHandle = OpaqueByValueType("PicHandle", "ResObj") CTabHandle = OpaqueByValueType("CTabHandle", "ResObj") PixMapHandle = OpaqueByValueType("PixMapHandle", "ResObj") SampleDescriptionHandle = OpaqueByValueType("SampleDescriptionHandle", "ResObj") +ImageDescriptionHandle = OpaqueByValueType("ImageDescriptionHandle", "ResObj") TEHandle = OpaqueByValueType("TEHandle", "ResObj") # Silly Apple, passing an OStype by reference... OSType_ptr = OpaqueType("OSType", "PyMac_BuildOSType", "PyMac_GetOSType") |