We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a8996 commit 401a3baCopy full SHA for 401a3ba
src/render/decorations/CHyprDropShadowDecoration.cpp
@@ -56,7 +56,6 @@ void CHyprDropShadowDecoration::damageEntire() {
56
57
static auto PSHADOWIGNOREWINDOW = CConfigValue<Hyprlang::INT>("decoration:shadow:ignore_window");
58
const auto ROUNDING = PWINDOW->rounding();
59
- const auto ROUNDINGPOWER = PWINDOW->roundingPower();
60
const auto ROUNDINGSIZE = ROUNDING - M_SQRT1_2 * ROUNDING + 1;
61
62
CRegion shadowRegion(shadowBox);
0 commit comments