Merge branch 'KDE/4.10'
This commit is contained in:
commit
eba0149e4e
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue