Merge branch 'KDE/4.10'

remotes/origin/Plasma/5.0
Martin Gräßlin 13 years ago
commit eba0149e4e
  1. 3
      geometry.cpp

@ -89,6 +89,9 @@ void Workspace::desktopResized()
if (effects) {
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()

Loading…
Cancel
Save