From 82016eb0fc8c7989f74245665ac13e9213f7007a Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Tue, 8 Apr 2025 11:45:38 -0400 Subject: [PATCH] e --- src/helpers/LayerSurface.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/helpers/LayerSurface.cpp b/src/helpers/LayerSurface.cpp index b0781d0..5ae9b6f 100644 --- a/src/helpers/LayerSurface.cpp +++ b/src/helpers/LayerSurface.cpp @@ -96,7 +96,5 @@ void CLayerSurface::markDirty() { frameCallback = makeShared(pSurface->sendFrame()); frameCallback->setDone([this](CCWlCallback* r, uint32_t when) { onCallbackDone(this, when); }); - pSurface->sendCommit(); - dirty = true; }