mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
parent
96915b6192
commit
c84a0dc705
7 changed files with 26 additions and 26 deletions
|
@ -33,7 +33,7 @@ bool CCursorPassElement::needsPrecomputeBlur() {
|
|||
}
|
||||
|
||||
std::optional<CBox> CCursorPassElement::boundingBox() {
|
||||
return data.box.copy().scale(1.F / g_pHyprOpenGL->m_RenderData.pMonitor->m_scale).round();
|
||||
return data.box.copy().scale(1.F / g_pHyprOpenGL->m_renderData.pMonitor->m_scale).round();
|
||||
}
|
||||
|
||||
CRegion CCursorPassElement::opaqueRegion() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue