Warnings--

SVN_SILENT
icc-effect-5.14.5
Martin Gräßlin 2012-12-27 09:05:13 +01:00
parent baedc89ed2
commit a5213c454b
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ void SceneXrender::Window::performPaint(int mask, QRegion region, WindowPaintDat
Client *client = dynamic_cast<Client*>(toplevel);
Deleted *deleted = dynamic_cast<Deleted*>(toplevel);
const QRect decorationRect = toplevel->decorationRect();
if ((client && !client->noBorder()) || (deleted && !deleted->noBorder()) &&
if (((client && !client->noBorder()) || (deleted && !deleted->noBorder())) &&
Workspace::self()->decorationHasAlpha()) {
// decorated client
transformed_shape = decorationRect;