[client] egl: cosmetics

This commit is contained in:
Geoffrey McRae
2021-08-10 13:10:51 +10:00
parent dc0b3a8d45
commit c3a143732c
3 changed files with 6 additions and 6 deletions

View File

@@ -551,7 +551,7 @@ static bool egl_onFrame(LG_Renderer * renderer, const FrameBuffer * frame, int d
struct Inst * this = UPCAST(struct Inst, renderer);
uint64_t start = nanotime();
if (!egl_desktop_update(this->desktop, frame, dmaFd, damageRects, damageRectsCount))
if (!egl_desktopUpdate(this->desktop, frame, dmaFd, damageRects, damageRectsCount))
{
DEBUG_INFO("Failed to to update the desktop");
return false;