1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(SDL): compile errors (#4893)

Signed-off-by: Benign X <1341398182@qq.com>
This commit is contained in:
Benign X 2023-11-29 16:01:31 +08:00 committed by GitHub
parent 0cf71065cb
commit 86a9418cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,10 @@
/**
* @file lv_draw_sw.h
* @file lv_draw_sdl.h
*
*/
#ifndef LV_DRAW_SW_H
#define LV_DRAW_SW_H
#ifndef LV_DRAW_SDL_H
#define LV_DRAW_SDL_H
#ifdef __cplusplus
extern "C" {

View File

@ -32,6 +32,9 @@
#if LV_USE_DRAW_PXP
#include "draw/nxp/pxp/lv_draw_pxp.h"
#endif
#if LV_USE_DRAW_SDL
#include "draw/sdl/lv_draw_sdl.h"
#endif
/*********************
* DEFINES