kwin: simplifying paintSimpleScreen

Authored by knechtges on Jan 10 2012, 5:56 PM.

Description

kwin: simplifying paintSimpleScreen

This patch reduces the number of QRegion and WindowQuadList operations
by drawing the opaque and translucent parts of the window within the
same bottom to top pass.

REVIEW: 103671

Details