diff options
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) |