View | Details | Raw Unified
Collapse All | Expand All

(-) trunk/KDE/kdebase/workspace/kwin/lib/kwineffects.cpp (+2 lines)
 Lines 294-301    Link Here 
    {
    {
    switch( compositing_type )
    switch( compositing_type )
        {
        {
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
        case OpenGLCompositing:
        case OpenGLCompositing:
            return GLTexture::saturationSupported();
            return GLTexture::saturationSupported();
#endif
        case XRenderCompositing:
        case XRenderCompositing:
            return false; // never
            return false; // never
        default:
        default: