Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 814992
Collapse All | Expand All

(-)o/src/surfaceitem.cpp (-3 / +1 lines)
Lines 92-100 Link Here
92
    } else {
92
    } else {
93
        m_windowPixmap->create();
93
        m_windowPixmap->create();
94
        if (m_windowPixmap->isValid()) {
94
        if (m_windowPixmap->isValid()) {
95
            if (m_referencePixmapCounter == 0) {
95
            m_previousWindowPixmap.reset();
96
                m_previousWindowPixmap.reset();
97
            }
98
            discardQuads();
96
            discardQuads();
99
        }
97
        }
100
    }
98
    }

Return to bug 814992