docs: fixes API section of the docs to include everything from LVGL. (#4192)

This commit is contained in:
Kevin Schlosser
2023-05-01 03:27:28 -06:00
committed by GitHub
parent 7ae90e43d2
commit 3fe1dcd222
24 changed files with 909 additions and 48 deletions

View File

@@ -37,7 +37,7 @@ extern "C" {
* TYPEDEFS
**********************/
struct lv_draw_sdl_context_internals_t;
struct _lv_draw_sdl_context_internals_t;
typedef struct {
/**
@@ -50,7 +50,7 @@ typedef struct {
typedef struct {
lv_draw_ctx_t base_draw;
SDL_Renderer * renderer;
struct lv_draw_sdl_context_internals_t * internals;
struct _lv_draw_sdl_context_internals_t * internals;
} lv_draw_sdl_ctx_t;
/**********************