monitor: report a scheduled frame when tearing on cursor move

This commit is contained in:
Vaxry
2025-02-15 00:18:43 +00:00
parent fb36815b01
commit 1309b59f2c
3 changed files with 28 additions and 1 deletions

View File

@@ -186,6 +186,7 @@ class CMonitor {
void scheduleDone();
bool attemptDirectScanout();
void setCTM(const Mat3x3& ctm);
void onCursorMovedOnMonitor();
void debugLastPresentation(const std::string& message);
void onMonitorFrame();