renderer: fix mouse motion in VRR (#12665)
This commit is contained in:
parent
4330b49a84
commit
cbeb6984e7
12 changed files with 63 additions and 105 deletions
|
|
@ -3103,3 +3103,7 @@ std::optional<unsigned int> CCompositor::getVTNr() {
|
|||
|
||||
return ttynum;
|
||||
}
|
||||
|
||||
bool CCompositor::isVRRActiveOnAnyMonitor() const {
|
||||
return std::ranges::any_of(m_monitors, [](const PHLMONITOR& m) { return m->m_vrrActive; });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue