mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-23 22:29:49 +01:00
core: fix warning in shadow
This commit is contained in:
parent
76a899627e
commit
401a3bae61
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ void CHyprDropShadowDecoration::damageEntire() {
|
|||
|
||||
static auto PSHADOWIGNOREWINDOW = CConfigValue<Hyprlang::INT>("decoration:shadow:ignore_window");
|
||||
const auto ROUNDING = PWINDOW->rounding();
|
||||
const auto ROUNDINGPOWER = PWINDOW->roundingPower();
|
||||
const auto ROUNDINGSIZE = ROUNDING - M_SQRT1_2 * ROUNDING + 1;
|
||||
|
||||
CRegion shadowRegion(shadowBox);
|
||||
|
|
Loading…
Reference in a new issue