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 02c95af commit 0610236Copy full SHA for 0610236
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