From e58dcf6dc5332c60a346509436f9934d9e3bbfbb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Jun 2024 18:46:07 +1000 Subject: WIP fix issues introduced by lvgl version bump --- src/tangara/lua/bridge.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tangara/lua') diff --git a/src/tangara/lua/bridge.cpp b/src/tangara/lua/bridge.cpp index 51ad0b62..93b13abf 100644 --- a/src/tangara/lua/bridge.cpp +++ b/src/tangara/lua/bridge.cpp @@ -26,7 +26,6 @@ #include "lua/lua_version.hpp" #include "lvgl.h" -#include "font/lv_font_loader.h" #include "luavgl.h" #include "events/event_queue.hpp" @@ -61,7 +60,7 @@ static auto make_font_cb(const char* name, int size, int weight) return NULL; } -static auto delete_font_cb(lv_font_t* font) -> void {} +static auto delete_font_cb(const lv_font_t* font) -> void {} auto Bridge::Get(lua_State* state) -> Bridge* { lua_pushstring(state, kBridgeKey); -- cgit v1.2.3