mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:45:59 +01:00
fix compile lmao
This commit is contained in:
parent
85081fc75a
commit
330364a481
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ CRegion& CRegion::translate(const Vector2D& vec) {
|
||||||
}
|
}
|
||||||
|
|
||||||
CRegion& CRegion::scale(float scale) {
|
CRegion& CRegion::scale(float scale) {
|
||||||
wlr_region_scale(&m_rRegion, scale);
|
wlr_region_scale(&m_rRegion, &m_rRegion, scale);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue