mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-21 23:08:08 +00:00
[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:
@@ -777,7 +777,7 @@ void intHandler(int sig)
|
||||
static bool tryRenderer(const int index, const LG_RendererParams lgrParams,
|
||||
bool * needsOpenGL)
|
||||
{
|
||||
const LG_Renderer *r = LG_Renderers[index];
|
||||
const LG_RendererOps *r = LG_Renderers[index];
|
||||
|
||||
if (!IS_LG_RENDERER_VALID(r))
|
||||
{
|
||||
|
Reference in New Issue
Block a user