DecorationBridge::recreateDecorations operates on AbstractClient

icc-effect-5.14.5
Martin Gräßlin 2015-12-17 15:49:48 +01:00
parent 89be6cf4ed
commit 2d7477359e
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ void DecorationBridge::initPlugin()
static void recreateDecorations()
{
Workspace::self()->forEachClient([](Client *c) { c->updateDecoration(true, true); });
Workspace::self()->forEachAbstractClient([](AbstractClient *c) { c->updateDecoration(true, true); });
}
void DecorationBridge::reconfigure()