Update the debug overlay

This commit is contained in:
vaxerski
2023-03-03 12:15:59 +00:00
parent 9e028d56c0
commit 66b8629964
4 changed files with 65 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ class CHyprMonitorDebugOverlay {
std::deque<float> m_dLastFrametimes;
std::deque<float> m_dLastRenderTimes;
std::deque<float> m_dLastRenderTimesNoOverlay;
std::deque<float> m_dLastAnimationTicks;
std::chrono::high_resolution_clock::time_point m_tpLastFrame;
CMonitor* m_pMonitor = nullptr;
wlr_box m_wbLastDrawnBox;