Merge branch 'KDE/4.10'

This commit is contained in:
Martin Gräßlin 2013-03-22 11:35:57 +01:00
commit eba0149e4e

View file

@ -89,6 +89,9 @@ void Workspace::desktopResized()
if (effects) { if (effects) {
static_cast<EffectsHandlerImpl*>(effects)->desktopResized(geom.size()); static_cast<EffectsHandlerImpl*>(effects)->desktopResized(geom.size());
} }
//Update the shape of the overlay window to fix redrawing of unredirected windows. bug#305781
m_compositor->checkUnredirect(true);
} }
void Workspace::saveOldScreenSizes() void Workspace::saveOldScreenSizes()