mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 06:31:57 -07:00
@@ -24,7 +24,7 @@ bool CRectPassElement::needsPrecomputeBlur() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::optional<CBox> CRectPassElement::boundingBox() {
|
std::optional<CBox> CRectPassElement::boundingBox() {
|
||||||
return data.box.expand(-data.round);
|
return data.box.copy().expand(-data.round);
|
||||||
}
|
}
|
||||||
|
|
||||||
CRegion CRectPassElement::opaqueRegion() {
|
CRegion CRectPassElement::opaqueRegion() {
|
||||||
|
Reference in New Issue
Block a user