From b07bfbc6c70fd0bba8dff85fe4149feb9fa9b8d4 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 23 Nov 2023 10:40:04 +1100 Subject: Add a second font, flesh out browser screen --- lib/luavgl/src/luavgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/luavgl/src/luavgl.h') diff --git a/lib/luavgl/src/luavgl.h b/lib/luavgl/src/luavgl.h index 37e7134b..b26bb5c7 100644 --- a/lib/luavgl/src/luavgl.h +++ b/lib/luavgl/src/luavgl.h @@ -14,7 +14,7 @@ extern "C" { typedef const lv_font_t *(*make_font_cb)(const char *name, int size, int weight); -typedef void (*delete_font_cb)(const lv_font_t *); +typedef void (*delete_font_cb)(lv_font_t *); typedef int (*luavgl_pcall_t)(lua_State *L, int nargs, int nresults); typedef struct { -- cgit v1.2.3