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

List:       kde-commits
Subject:    branches/KDE/4.2/kdelibs/kdeui/windowmanagement
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2009-05-14 15:32:26
Message-ID: 1242315146.674838.19742.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 967961 by reed:

from Sho_ (one of the yakuake devs):

11:13 < Sho_> there's another osx-related kwindowsystem todo we noticed a while back: \
KWindowSystem::compositingActive(), which yakuake and other apps use to decide \
whether to paint for an ARGB visual, always returns false on Mac 11:14 < Sho_> when \
it should probably always return true since afaik you can't switch off quartz \
compositor on os x anyway


 M  +1 -1      kwindowsystem_mac.cpp  


--- branches/KDE/4.2/kdelibs/kdeui/windowmanagement/kwindowsystem_mac.cpp \
#967960:967961 @@ -371,7 +371,7 @@
 
 bool KWindowSystem::compositingActive()
 {
-    return false;
+    return true;
 }
 
 int KWindowSystem::currentDesktop()


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

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