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

List:       kde-commits
Subject:    KDE/kdegraphics/kolourpaint/imagelib/effects
From:       Clarence Dang <dang () kde ! org>
Date:       2007-10-26 23:42:56
Message-ID: 1193442176.279166.8337.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 729785 by dang:

Make flip work on 24-bit screens.  I think:

r725704 | dang | 2007-10-16 15:17:16 +1000 (Tue, 16 Oct 2007) | 4 lines

was wrong.


 M  +1 -0      kpEffectReduceColors.cpp  


--- trunk/KDE/kdegraphics/kolourpaint/imagelib/effects/kpEffectReduceColors.cpp #729784:729785
@@ -53,6 +53,7 @@
         return QImage::Format_Indexed8;
 
     // 24-bit is known as 32-bit with QImage.
+    case 24:  // TODO: Why is this needed for flip on a 24-bit screen?
     case 32:
         // TODO: If the src image has no mask, we should really return RGB32, to
         //       avoid introducing a mask.
[prev in list] [next in list] [prev in thread] [next in thread] 

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