changeset 911:1ac9669caf86

Pick a better colorspace for new pixmaps.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 21 Apr 2011 06:37:16 +0000
parents 329f2ca62f1b
children 0c39705ddd4a
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Thu Apr 21 00:51:18 2011 +0000
+++ b/mac/dw.m	Thu Apr 21 06:37:16 2011 +0000
@@ -5826,7 +5826,7 @@
                                     samplesPerPixel:4 
                                     hasAlpha:YES 
                                     isPlanar:NO 
-                                    colorSpaceName:@"NSCalibratedRGBColorSpace" 
+                                    colorSpaceName:NSDeviceRGBColorSpace 
                                     bytesPerRow:0 
                                     bitsPerPixel:0];
     [image retain];