[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/kritacolor
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2006-01-14 18:29:11
Message-ID: 1137263351.384774.17552.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 498109 by berger:

* make it build

 M  +2 -2      kis_abstract_colorspace.cc  


--- trunk/koffice/krita/kritacolor/kis_abstract_colorspace.cc #498108:498109
@@ -222,10 +222,10 @@
     // Last resort fallback. This will be removed when this class is renamed \
KisLCMSColorSpace after 1.5.  while (numPixels > 0) {
         QColor color;
-        QUANTUM opacity;
+        Q_UINT8 opacity;
 
         toQColor(src, &color, &opacity);
-        dstColorStrategy -> nativeColor(color, opacity, dst);
+        dstColorSpace -> fromQColor(color, opacity, dst);
 
         src += srcPixelSize;
         dst += dstPixelSize;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic