fix(SDL): fix typos and other minor issues (#3517)

* fix(sdl): wrong coords for transformed backgrounds

* fix(sdl): fixed typo

* fix(sdl): fixed typo
This commit is contained in:
Mariotaku
2022-07-26 04:00:48 +09:00
committed by GitHub
parent efa34d00d7
commit 03b04a45b9
16 changed files with 53 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ extern "C" {
#if LV_USE_DRAW_SDL
#include LV_DARW_SDL_INCLUDE_PATH
#include LV_DRAW_SDL_INCLUDE_PATH
#include "../lv_draw.h"
#include "../../core/lv_disp.h"