[client] interface: rename LG_Renderer to LG_RendererOps

Part of the standardisation of using the `Ops` suffix for all interfaces
This commit is contained in:
Geoffrey McRae
2021-08-08 14:43:04 +10:00
parent 1a8267d55a
commit 45d1f27fb4
6 changed files with 9 additions and 9 deletions

View File

@@ -1064,7 +1064,7 @@ static bool egl_render(void * opaque, LG_RendererRotate rotate, const bool newFr
return true;
}
struct LG_Renderer LGR_EGL =
struct LG_RendererOps LGR_EGL =
{
.get_name = egl_get_name,
.setup = egl_setup,