mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
parent
461f9a3fd2
commit
dbef8c6fb6
6 changed files with 37 additions and 37 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->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