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

fix(libinput): private headers (#6869)

Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com>
This commit is contained in:
Liam 2024-09-22 00:41:16 -04:00 committed by GitHub
parent 7e026a7bfe
commit 5baa9bf3f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,10 @@ extern "C" {
#if LV_USE_LIBINPUT
#if LV_LIBINPUT_XKB
#include "lv_xkb_private.h"
#endif
/*********************
* DEFINES
*********************/

View File

@ -18,6 +18,7 @@ extern "C" {
#if defined(LV_LIBINPUT_XKB) && LV_LIBINPUT_XKB
#include "../../misc/lv_types.h"
#include <stdbool.h>
#include <xkbcommon/xkbcommon.h>