protocols/compositor: fix presentFeedback being blocked

ref #14105
This commit is contained in:
Vaxry 2026-04-18 10:43:16 +01:00
parent 78f0918339
commit 593fd5650a
No known key found for this signature in database

View file

@ -727,9 +727,6 @@ void CWLSurfaceResource::updateCursorShm(CRegion damage) {
void CWLSurfaceResource::presentFeedback(const Time::steady_tp& when, PHLMONITOR pMonitor, bool discarded) {
frame(when);
if (!PROTO::presentation->hasPendingFeedbacks())
return;
auto FEEDBACK = makeUnique<CQueuedPresentationData>(m_self.lock());
FEEDBACK->attachMonitor(pMonitor);
if (discarded)