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

List:       kde-commits
Subject:    branches/KDE/3.5/kdebase/kdm/kfrontend/themer
From:       Oswald Buddenhagen <ossi () kde ! org>
Date:       2006-11-02 21:39:42
Message-ID: 1162503582.448583.16712.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 601321 by ossi:

don't crash on non-32-bit displays


 M  +1 -0      kdmpixmap.cpp  


--- branches/KDE/3.5/kdebase/kdm/kfrontend/themer/kdmpixmap.cpp #601320:601321
@@ -199,6 +199,7 @@
 		if (haveTint || haveAlpha) {
 			// blend image(pix) with the given tint
 
+			scaledImage = scaledImage.convertDepth( 32 );
 			int w = scaledImage.width();
 			int h = scaledImage.height();
 			float tint_red = float( pClass->tint.red() ) / 255;
[prev in list] [next in list] [prev in thread] [next in thread] 

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