30 window->setProperty(
"kwin_shadow_left_tile", QVariant::fromValue(leftTile->image()));
33 window->setProperty(
"kwin_shadow_top_left_tile", QVariant::fromValue(topLeftTile->image()));
36 window->setProperty(
"kwin_shadow_top_tile", QVariant::fromValue(topTile->image()));
39 window->setProperty(
"kwin_shadow_top_right_tile", QVariant::fromValue(topRightTile->image()));
42 window->setProperty(
"kwin_shadow_right_tile", QVariant::fromValue(rightTile->image()));
44 if (bottomRightTile) {
45 window->setProperty(
"kwin_shadow_bottom_right_tile", QVariant::fromValue(bottomRightTile->image()));
48 window->setProperty(
"kwin_shadow_bottom_tile", QVariant::fromValue(bottomTile->image()));
51 window->setProperty(
"kwin_shadow_bottom_left_tile", QVariant::fromValue(bottomLeftTile->image()));
53 window->setProperty(
"kwin_shadow_padding", QVariant::fromValue(padding));
56 window->setProperty(
"kwin_shadow_enabled", QVariant::fromValue(
true));