[common] Update framebuffer metadata + references

This commit is contained in:
matthewjmc
2022-05-16 16:32:45 +07:00
committed by Geoffrey McRae
parent 78d2b76313
commit 53c843d9dd
5 changed files with 14 additions and 21 deletions

View File

@@ -275,7 +275,7 @@ static bool sendFrame(void)
fi->frameHeight = frame.frameHeight;
fi->stride = frame.stride;
fi->pitch = frame.pitch;
fi->offset = app.pageSize - FrameBufferStructSize;
fi->offset = app.pageSize - sizeof(FrameBuffer);
fi->flags =
(os_blockScreensaver() ?
FRAME_FLAG_BLOCK_SCREENSAVER : 0) |