diff options
Diffstat (limited to 'Mac/Modules/cg/cgsupport.py')
-rwxr-xr-x | Mac/Modules/cg/cgsupport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/cg/cgsupport.py b/Mac/Modules/cg/cgsupport.py index 1b667c0..7dc2d54 100755 --- a/Mac/Modules/cg/cgsupport.py +++ b/Mac/Modules/cg/cgsupport.py @@ -114,6 +114,7 @@ CGLineCap = int CGLineJoin = int CGTextDrawingMode = int CGPathDrawingMode = int +CGInterpolationQuality = int # The real objects CGContextRef = OpaqueByValueType("CGContextRef", "CGContextRefObj") |