From 7e7f4ba22cf9f8b972f147543c9b2a0a683ac866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Mon, 3 Feb 2025 23:50:35 -0500 Subject: [PATCH] ci: compatibility fixes for syphon --- 3rdparty/libossia | 2 +- src/plugins/score-plugin-gfx/Gfx/Syphon/SyphonInput.mm | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/3rdparty/libossia b/3rdparty/libossia index 0c2ef47a5c..7402ffd63f 160000 --- a/3rdparty/libossia +++ b/3rdparty/libossia @@ -1 +1 @@ -Subproject commit 0c2ef47a5c484c76278b97b6d612cddecdfc20de +Subproject commit 7402ffd63f8771015833e0ff51249f4c5061f8e0 diff --git a/src/plugins/score-plugin-gfx/Gfx/Syphon/SyphonInput.mm b/src/plugins/score-plugin-gfx/Gfx/Syphon/SyphonInput.mm index 04843704ca..a7d2ad024f 100644 --- a/src/plugins/score-plugin-gfx/Gfx/Syphon/SyphonInput.mm +++ b/src/plugins/score-plugin-gfx/Gfx/Syphon/SyphonInput.mm @@ -107,9 +107,7 @@ void openServer(QRhi& rhi) } score::gfx::TextureRenderTarget renderTargetForInput(const score::gfx::Port& p) override { return { }; } - void init(score::gfx::RenderList &renderer, - QRhiResourceUpdateBatch &res, - score::gfx::Edge *edge) override + void init(score::gfx::RenderList &renderer, QRhiResourceUpdateBatch &res) override { // Initialize our rendering structures auto& rhi = *renderer.state.rhi;