From cd5ecf3e5ae85177ee40dd047753304819ed0c03 Mon Sep 17 00:00:00 2001 From: Quantum Date: Tue, 10 Aug 2021 04:54:13 -0400 Subject: [PATCH] [client] egl: don't erase damage when invalidating whole window --- client/renderers/EGL/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/renderers/EGL/egl.c b/client/renderers/EGL/egl.c index d67d89a8..451e1a62 100644 --- a/client/renderers/EGL/egl.c +++ b/client/renderers/EGL/egl.c @@ -982,9 +982,9 @@ static bool egl_render(LG_Renderer * renderer, LG_RendererRotate rotate, ); } - ++this->overlayHistoryIdx; accumulated->count = util_mergeOverlappingRects(accumulated->rects, accumulated->count); } + ++this->overlayHistoryIdx; if (this->start) {