View | Details | Raw Unified | Return to bug 223638 | Differences between
and this patch

Collapse All | Expand All

(-)src/platformsupport/glxconvenience/qglxconvenience.cpp (+2 lines)
Lines 220-225 Link Here
220
                continue;
220
                continue;
221
            if (requestedAlpha && actualAlpha != requestedAlpha)
221
            if (requestedAlpha && actualAlpha != requestedAlpha)
222
                continue;
222
                continue;
223
            if (visual->red_mask == 0xff)
224
                continue;
223
225
224
            return candidate;
226
            return candidate;
225
        }
227
        }

Return to bug 223638