kwin: reverting some parts of 73cd2c6fa67e2653a8d9a5e17f0140381d998c19

Might results to some asserts in the debug build and does not play well with other effects.
This commit is contained in:
Philipp Knechtges 2011-08-27 19:05:34 +02:00
parent c12e089b41
commit 2dd48de82a

View file

@ -57,6 +57,9 @@ TaskbarThumbnailEffect::~TaskbarThumbnailEffect()
void TaskbarThumbnailEffect::prePaintScreen(ScreenPrePaintData& data, int time)
{
if (thumbnails.count() > 0) {
data.mask |= PAINT_SCREEN_WITH_TRANSFORMED_WINDOWS_WITHOUT_FULL_REPAINTS;
}
effects->prePaintScreen(data, time);
}