fix dynamic monitor disables corrupting pmosthz

This commit is contained in:
vaxerski
2022-12-22 12:15:00 +00:00
parent 8c094b0eec
commit 6749c8abd7
4 changed files with 20 additions and 21 deletions

View File

@@ -49,6 +49,7 @@ class CHyprRenderer {
bool m_bWindowRequestedCursorHide = false;
bool m_bBlockSurfaceFeedback = false;
CWindow* m_pLastScanout = nullptr;
CMonitor* m_pMostHzMonitor = nullptr;
DAMAGETRACKINGMODES damageTrackingModeFromStr(const std::string&);