fix(draw): fix sw compile error when disable LV_DRAW_SW_COMPLEX (#6895)
Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
0ad8217b8d
commit
cd4f477497
@@ -16,6 +16,8 @@ extern "C" {
|
|||||||
|
|
||||||
#include "lv_draw_sw_mask.h"
|
#include "lv_draw_sw_mask.h"
|
||||||
|
|
||||||
|
#if LV_DRAW_SW_COMPLEX
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
@@ -146,6 +148,8 @@ void lv_draw_sw_mask_cleanup(void);
|
|||||||
* MACROS
|
* MACROS
|
||||||
**********************/
|
**********************/
|
||||||
|
|
||||||
|
#endif /*LV_DRAW_SW_COMPLEX*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /*extern "C"*/
|
} /*extern "C"*/
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user