From 2488bc33bbf80f9353a4a74bb727abb4e659f6d3 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Wed, 14 Jul 2021 22:04:55 +0200 Subject: [PATCH] use correct canvas render header includes. --- VERSION | 2 +- canvas.c | 3 +-- canvas_ui.c | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 895d52d..9ad723c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.465 +0.3.155 diff --git a/canvas.c b/canvas.c index 3b7b887..aca3466 100644 --- a/canvas.c +++ b/canvas.c @@ -26,8 +26,7 @@ #include #include -#define LV2_CANVAS_RENDER_CAIRO -#include +#include #include diff --git a/canvas_ui.c b/canvas_ui.c index 5a4ec56..99c4745 100644 --- a/canvas_ui.c +++ b/canvas_ui.c @@ -25,8 +25,7 @@ #include #include -#define LV2_CANVAS_RENDER_NANOVG -#include +#include typedef struct _plughandle_t plughandle_t; -- 2.38.5