diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-03 23:20:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-03 23:20:13 (GMT) |
commit | da6081fccb71541004e3f36f57a9c0971a969e3b (patch) | |
tree | 1e2beac551e87964061e6fd9bfca22b35f1c7f2a /Mac/Modules/icn/icnsupport.py | |
parent | fe3fe4adb5c7a72bfec3c5b7b8ec5e42d8ccc625 (diff) | |
download | cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.zip cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.tar.gz cpython-da6081fccb71541004e3f36f57a9c0971a969e3b.tar.bz2 |
Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.
Completely untested.
Diffstat (limited to 'Mac/Modules/icn/icnsupport.py')
-rw-r--r-- | Mac/Modules/icn/icnsupport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/icn/icnsupport.py b/Mac/Modules/icn/icnsupport.py index 9b4a68f..ef1dbf3 100644 --- a/Mac/Modules/icn/icnsupport.py +++ b/Mac/Modules/icn/icnsupport.py @@ -32,6 +32,7 @@ IconTransformType = Type("IconTransformType", "h") IconSelectorValue = Type("IconSelectorValue", "l") IconServicesUsageFlags = Type("IconServicesUsageFlags", "l") RGBColor = OpaqueType("RGBColor", "QdRGB") +CGContextRef = OpaqueByValueType("CGContextRef", "CGContextRefObj") #WindowPeek = OpaqueByValueType("WindowPeek", OBJECTPREFIX) |