mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] egl: don't erase damage when invalidating whole window
This commit is contained in:
@@ -982,9 +982,9 @@ static bool egl_render(LG_Renderer * renderer, LG_RendererRotate rotate,
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
++this->overlayHistoryIdx;
|
|
||||||
accumulated->count = util_mergeOverlappingRects(accumulated->rects, accumulated->count);
|
accumulated->count = util_mergeOverlappingRects(accumulated->rects, accumulated->count);
|
||||||
}
|
}
|
||||||
|
++this->overlayHistoryIdx;
|
||||||
|
|
||||||
if (this->start)
|
if (this->start)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user