public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kwin/files: kwin-4.0.5-no-compositing.patch
@ 2008-06-07  2:28 Ingmar Vanhassel (ingmar)
  0 siblings, 0 replies; only message in thread
From: Ingmar Vanhassel (ingmar) @ 2008-06-07  2:28 UTC (permalink / raw
  To: gentoo-commits

ingmar      08/06/07 02:28:53

  Added:                kwin-4.0.5-no-compositing.patch
  Log:
  Compile without compositing, bug 225129.
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.1                  kde-base/kwin/files/kwin-4.0.5-no-compositing.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/files/kwin-4.0.5-no-compositing.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/files/kwin-4.0.5-no-compositing.patch?rev=1.1&content-type=text/plain

Index: kwin-4.0.5-no-compositing.patch
===================================================================
--- kdebase/workspace/kwin/lib/kwineffects.cpp	2008/05/08 19:06:28	805574
+++ kdebase/workspace/kwin/lib/kwineffects.cpp	2008/05/24 08:24:48	811956
@@ -294,8 +294,10 @@
     {
     switch( compositing_type )
         {
+#ifdef KWIN_HAVE_OPENGL_COMPOSITING
         case OpenGLCompositing:
             return GLTexture::saturationSupported();
+#endif
         case XRenderCompositing:
             return false; // never
         default:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-07  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-07  2:28 [gentoo-commits] gentoo-x86 commit in kde-base/kwin/files: kwin-4.0.5-no-compositing.patch Ingmar Vanhassel (ingmar)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox